Html Css Color HEX #D2FE12 Electric Lime

📋 copy color: '#D2FE12'

red 210 ◦ green 254 ◦ blue 18

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

Shades of Electric Lime #D2FE12

Tints of Electric Lime #D2FE12

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.7%

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

R = 43.57%
G = 52.7%
B = 3.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#D2FE12 (or 0xD2FE12) is known color: Electric Lime. HEX triplet: D2, FE and 12. RGB value is (210,254,18). Sum of RGB (Red+Green+Blue) = 210+254+18=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 18 (7.42% from 255 or 3.73% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FE12 is #2D01ED. Grayscale: #D6D6D6. Windows color (decimal): -2949614 or 1244882. OLE color: 1244882.

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

Color convert

RGB 210 254 18 -
CMYK 0.17 0 0.93 0.00
HSL 71.19º 0.99% 0.53% -
HSV(B) 71.19º 0.93% 1% -
XYZ 62.13 84.63 13.63 -
YUV 213.94 17.42 125.19 -
System Red Green Blue C M Y K H S L
Decimal 210 254 18 0.17 0 0.93 0.00 71.19 0.99 0.53
Hex D2 FE 12 11 0 5D 0 47 63 35
Octal 322 376 22 21 0 135 0 107 143 65
Binary 11010010 11111110 10010 10001 0 1011101 0 1000111 1100011 110101

Color Harmonies of #D2FE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FE12

Black with #D2FE12

Text Example


Text Example

White with #D2FE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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