Html Css Color HEX #D0EA05 Electric Lime

📋 copy color: '#D0EA05'

red 208 ◦ green 234 ◦ blue 5

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

Shades of Electric Lime #D0EA05

Tints of Electric Lime #D0EA05

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.35%

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 46.53%
G = 52.35%
B = 1.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#D0EA05 (or 0xD0EA05) is known color: Electric Lime. HEX triplet: D0, EA and 05. RGB value is (208,234,5). Sum of RGB (Red+Green+Blue) = 208+234+5=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 234 (91.80% from 255 or 52.35% from 447); Blue value is 5 (2.34% from 255 or 1.12% from 447); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EA05 is #2F15FA. Grayscale: #C9C9C9. Windows color (decimal): -3085819 or 387792. OLE color: 387792.

HSL color Cylindrical-coordinate representation of color #D0EA05: hue angle of 66.81º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0EA05 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 234 5 -
CMYK 0.11 0 0.98 0.08
HSL 66.81º 0.96% 0.47% -
HSV(B) 66.81º 0.98% 0.92% -
XYZ 55.46 72.27 11.17 -
YUV 200.12 17.89 133.62 -
System Red Green Blue C M Y K H S L
Decimal 208 234 5 0.11 0 0.98 0.08 66.81 0.96 0.47
Hex D0 EA 5 B 0 62 8 43 60 2F
Octal 320 352 5 13 0 142 10 103 140 57
Binary 11010000 11101010 101 1011 0 1100010 1000 1000011 1100000 101111

Color Harmonies of #D0EA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EA05

Black with #D0EA05

Text Example


Text Example

White with #D0EA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EA05; }

 p { color: rgb(208,234,5); }

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

background-color css

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

 a { background-color: rgb(208,234,5); }

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

border-color css

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

 span { border-color: rgb(208,234,5); }

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