Html Css Color HEX #0DFD03 Lime

📋 copy color: '#0DFD03'

red 13 ◦ green 253 ◦ blue 3

#0DFD03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime #0DFD03

Tints of Lime #0DFD03

RGB

 RED value IS 13 (5.47% from 255) = 4.83%

 GREEN value IS 253 (99.22% from 255) = 94.05%

 BLUE value IS 3 (1.56% from 255) = 1.12%

R = 4.83%
G = 94.05%
B = 1.12%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0DFD03 (or 0x0DFD03) is known color: Lime. HEX triplet: 0D, FD and 03. RGB value is (13,253,3). Sum of RGB (Red+Green+Blue) = 13+253+3=269 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.83% from 269); Green value is 253 (99.22% from 255 or 94.05% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 253 - color contains mainly: green. Hex color #0DFD03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DFD03 is #F202FC. Grayscale: #999999. Windows color (decimal): -15860477 or 261389. OLE color: 261389.

HSL color Cylindrical-coordinate representation of color #0DFD03: hue angle of 117.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0DFD03 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 13 253 3 -
CMYK 0.95 0 0.99 0.01
HSL 117.6º 0.98% 0.5% -
HSV(B) 117.6º 0.99% 0.99% -
XYZ 35.31 70.34 11.8 -
YUV 152.74 43.49 28.33 -
System Red Green Blue C M Y K H S L
Decimal 13 253 3 0.95 0 0.99 0.01 117.6 0.98 0.5
Hex D FD 3 5F 0 63 1 76 62 32
Octal 15 375 3 137 0 143 1 166 142 62
Binary 1101 11111101 11 1011111 0 1100011 1 1110110 1100010 110010

Color Harmonies of #0DFD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFD03

Black with #0DFD03

Text Example


Text Example

White with #0DFD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DFD03; }

 p { color: rgb(13,253,3); }

 H1.HeaderClassName
 {
   color: #0DFD03;
 }
 .AnyTagClassName
 {
   color: #0DFD03;
 }
</style>

background-color css

<style>
 a { background-color: #0DFD03; }

 a { background-color: rgb(13,253,3); }

 div.DivClassName
 {
   background-color: #0DFD03;
 }
 .BgClassName
 {
   background-color: #0DFD03;
 }
</style>

border-color css

<style>
 span { border-color: #0DFD03; }

 span { border-color: rgb(13,253,3); }

 td.TdClassName
 {
   border-color: #0DFD03;
 }
 .TagClassName
 {
   border-color: #0DFD03;
 }
</style>