Html Css Color HEX #D2EA04 Electric Lime

📋 copy color: '#D2EA04'

red 210 ◦ green 234 ◦ blue 4

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

Shades of Electric Lime #D2EA04

Tints of Electric Lime #D2EA04

RGB

 RED value IS 210 (82.42% from 255) = 46.88%

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

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 46.88%
G = 52.23%
B = 0.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#D2EA04 (or 0xD2EA04) is known color: Electric Lime. HEX triplet: D2, EA and 04. RGB value is (210,234,4). Sum of RGB (Red+Green+Blue) = 210+234+4=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 234 (91.80% from 255 or 52.23% from 448); Blue value is 4 (1.95% from 255 or 0.89% from 448); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2EA04 is #2D15FB. Grayscale: #C9C9C9. Windows color (decimal): -2954748 or 322258. OLE color: 322258.

HSL color Cylindrical-coordinate representation of color #D2EA04: hue angle of 66.26º degrees, saturation: 0.97, 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 #D2EA04 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 234 4 -
CMYK 0.10 0 0.98 0.08
HSL 66.26º 0.97% 0.47% -
HSV(B) 66.26º 0.98% 0.92% -
XYZ 56.02 72.56 11.17 -
YUV 200.6 17.05 134.7 -
System Red Green Blue C M Y K H S L
Decimal 210 234 4 0.10 0 0.98 0.08 66.26 0.97 0.47
Hex D2 EA 4 A 0 62 8 42 61 2F
Octal 322 352 4 12 0 142 10 102 141 57
Binary 11010010 11101010 100 1010 0 1100010 1000 1000010 1100001 101111

Color Harmonies of #D2EA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EA04

Black with #D2EA04

Text Example


Text Example

White with #D2EA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EA04; }

 p { color: rgb(210,234,4); }

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

background-color css

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

 a { background-color: rgb(210,234,4); }

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

border-color css

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

 span { border-color: rgb(210,234,4); }

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