Html Css Color HEX #D2F012 Electric Lime

📋 copy color: '#D2F012'

red 210 ◦ green 240 ◦ blue 18

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

Shades of Electric Lime #D2F012

Tints of Electric Lime #D2F012

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.28%

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

R = 44.87%
G = 51.28%
B = 3.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#D2F012 (or 0xD2F012) is known color: Electric Lime. HEX triplet: D2, F0 and 12. RGB value is (210,240,18). Sum of RGB (Red+Green+Blue) = 210+240+18=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F012 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F012 is #2D0FED. Grayscale: #CECECE. Windows color (decimal): -2953198 or 1241298. OLE color: 1241298.

HSL color Cylindrical-coordinate representation of color #D2F012: hue angle of 68.11º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2F012 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 240 18 -
CMYK 0.12 0 0.92 0.06
HSL 68.11º 0.88% 0.51% -
HSV(B) 68.11º 0.93% 0.94% -
XYZ 57.85 76.07 12.21 -
YUV 205.72 22.06 131.05 -
System Red Green Blue C M Y K H S L
Decimal 210 240 18 0.12 0 0.92 0.06 68.11 0.88 0.51
Hex D2 F0 12 C 0 5C 6 44 58 33
Octal 322 360 22 14 0 134 6 104 130 63
Binary 11010010 11110000 10010 1100 0 1011100 110 1000100 1011000 110011

Color Harmonies of #D2F012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F012

Black with #D2F012

Text Example


Text Example

White with #D2F012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F012; }

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

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

background-color css

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

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

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

border-color css

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

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

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