Html Css Color HEX #D2FF12 Electric Lime

📋 copy color: '#D2FF12'

red 210 ◦ green 255 ◦ blue 18

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

Shades of Electric Lime #D2FF12

Tints of Electric Lime #D2FF12

RGB

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

 GREEN value IS 255 (100% from 255) = 52.8%

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

R = 43.48%
G = 52.8%
B = 3.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#D2FF12 (or 0xD2FF12) is known color: Electric Lime. HEX triplet: D2, FF and 12. RGB value is (210,255,18). Sum of RGB (Red+Green+Blue) = 210+255+18=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 18 (7.42% from 255 or 3.73% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FF12 is #2D00ED. Grayscale: #D7D7D7. Windows color (decimal): -2949358 or 1245138. OLE color: 1245138.

HSL color Cylindrical-coordinate representation of color #D2FF12: hue angle of 71.39º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2FF12 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 210 255 18 -
CMYK 0.18 0 0.93 0
HSL 71.39º 1% 0.54% -
HSV(B) 71.39º 0.93% 1% -
XYZ 62.45 85.27 13.74 -
YUV 214.53 17.09 124.77 -
System Red Green Blue C M Y K H S L
Decimal 210 255 18 0.18 0 0.93 0 71.39 1 0.54
Hex D2 FF 12 12 0 5D 0 47 64 36
Octal 322 377 22 22 0 135 0 107 144 66
Binary 11010010 11111111 10010 10010 0 1011101 0 1000111 1100100 110110

Color Harmonies of #D2FF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FF12

Black with #D2FF12

Text Example


Text Example

White with #D2FF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FF12; }

 p { color: rgb(210,255,18); }

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

background-color css

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

 a { background-color: rgb(210,255,18); }

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

border-color css

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

 span { border-color: rgb(210,255,18); }

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