Html Css Color HEX #D0FB13 Electric Lime

📋 copy color: '#D0FB13'

red 208 ◦ green 251 ◦ blue 19

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

Shades of Electric Lime #D0FB13

Tints of Electric Lime #D0FB13

RGB

 RED value IS 208 (81.64% from 255) = 43.51%

 GREEN value IS 251 (98.44% from 255) = 52.51%

 BLUE value IS 19 (7.81% from 255) = 3.97%

R = 43.51%
G = 52.51%
B = 3.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#D0FB13 (or 0xD0FB13) is known color: Electric Lime. HEX triplet: D0, FB and 13. RGB value is (208,251,19). Sum of RGB (Red+Green+Blue) = 208+251+19=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 251 (98.44% from 255 or 52.51% from 478); Blue value is 19 (7.81% from 255 or 3.97% from 478); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FB13 is #2F04EC. Grayscale: #D4D4D4. Windows color (decimal): -3081453 or 1309648. OLE color: 1309648.

HSL color Cylindrical-coordinate representation of color #D0FB13: hue angle of 71.12º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0FB13 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 251 19 -
CMYK 0.17 0 0.92 0.02
HSL 71.12º 0.97% 0.53% -
HSV(B) 71.12º 0.92% 0.98% -
XYZ 60.63 82.45 13.34 -
YUV 211.7 19.25 125.36 -
System Red Green Blue C M Y K H S L
Decimal 208 251 19 0.17 0 0.92 0.02 71.12 0.97 0.53
Hex D0 FB 13 11 0 5C 2 47 61 35
Octal 320 373 23 21 0 134 2 107 141 65
Binary 11010000 11111011 10011 10001 0 1011100 10 1000111 1100001 110101

Color Harmonies of #D0FB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FB13

Black with #D0FB13

Text Example


Text Example

White with #D0FB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FB13; }

 p { color: rgb(208,251,19); }

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

background-color css

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

 a { background-color: rgb(208,251,19); }

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

border-color css

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

 span { border-color: rgb(208,251,19); }

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