Html Css Color HEX #D2F008 Electric Lime

📋 copy color: '#D2F008'

red 210 ◦ green 240 ◦ blue 8

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

Shades of Electric Lime #D2F008

Tints of Electric Lime #D2F008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.75%

R = 45.85%
G = 52.4%
B = 1.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#D2F008 (or 0xD2F008) is known color: Electric Lime. HEX triplet: D2, F0 and 08. RGB value is (210,240,8). Sum of RGB (Red+Green+Blue) = 210+240+8=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 8 (3.52% from 255 or 1.75% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F008 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F008 is #2D0FF7. Grayscale: #CDCDCD. Windows color (decimal): -2953208 or 585938. OLE color: 585938.

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

Color convert

RGB 210 240 8 -
CMYK 0.12 0 0.97 0.06
HSL 67.76º 0.94% 0.49% -
HSV(B) 67.76º 0.97% 0.94% -
XYZ 57.78 76.04 11.86 -
YUV 204.58 17.06 131.86 -
System Red Green Blue C M Y K H S L
Decimal 210 240 8 0.12 0 0.97 0.06 67.76 0.94 0.49
Hex D2 F0 8 C 0 61 6 44 5E 31
Octal 322 360 10 14 0 141 6 104 136 61
Binary 11010010 11110000 1000 1100 0 1100001 110 1000100 1011110 110001

Color Harmonies of #D2F008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F008

Black with #D2F008

Text Example


Text Example

White with #D2F008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F008; }

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

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

background-color css

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

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

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

border-color css

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

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

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