Html Css Color HEX #D4EE12 Electric Lime

📋 copy color: '#D4EE12'

red 212 ◦ green 238 ◦ blue 18

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

Shades of Electric Lime #D4EE12

Tints of Electric Lime #D4EE12

RGB

 RED value IS 212 (83.2% from 255) = 45.3%

 GREEN value IS 238 (93.36% from 255) = 50.85%

 BLUE value IS 18 (7.42% from 255) = 3.85%

R = 45.3%
G = 50.85%
B = 3.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#D4EE12 (or 0xD4EE12) is known color: Electric Lime. HEX triplet: D4, EE and 12. RGB value is (212,238,18). Sum of RGB (Red+Green+Blue) = 212+238+18=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 238 (93.36% from 255 or 50.85% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 238 - color contains mainly: green. Hex color #D4EE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4EE12 is #2B11ED. Grayscale: #CDCDCD. Windows color (decimal): -2822638 or 1240788. OLE color: 1240788.

HSL color Cylindrical-coordinate representation of color #D4EE12: hue angle of 67.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4EE12 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 238 18 -
CMYK 0.11 0 0.92 0.07
HSL 67.09º 0.87% 0.5% -
HSV(B) 67.09º 0.92% 0.93% -
XYZ 57.84 75.19 12.04 -
YUV 205.15 22.39 132.89 -
System Red Green Blue C M Y K H S L
Decimal 212 238 18 0.11 0 0.92 0.07 67.09 0.87 0.5
Hex D4 EE 12 B 0 5C 7 43 57 32
Octal 324 356 22 13 0 134 7 103 127 62
Binary 11010100 11101110 10010 1011 0 1011100 111 1000011 1010111 110010

Color Harmonies of #D4EE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EE12

Black with #D4EE12

Text Example


Text Example

White with #D4EE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EE12; }

 p { color: rgb(212,238,18); }

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

background-color css

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

 a { background-color: rgb(212,238,18); }

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

border-color css

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

 span { border-color: rgb(212,238,18); }

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