Html Css Color HEX #D2F80B Electric Lime

📋 copy color: '#D2F80B'

red 210 ◦ green 248 ◦ blue 11

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

Shades of Electric Lime #D2F80B

Tints of Electric Lime #D2F80B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.88%

 BLUE value IS 11 (4.69% from 255) = 2.35%

R = 44.78%
G = 52.88%
B = 2.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#D2F80B (or 0xD2F80B) is known color: Electric Lime. HEX triplet: D2, F8 and 0B. RGB value is (210,248,11). Sum of RGB (Red+Green+Blue) = 210+248+11=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 248 (97.27% from 255 or 52.88% from 469); Blue value is 11 (4.69% from 255 or 2.35% from 469); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F80B is #2D07F4. Grayscale: #D2D2D2. Windows color (decimal): -2951157 or 784594. OLE color: 784594.

HSL color Cylindrical-coordinate representation of color #D2F80B: hue angle of 69.62º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2F80B is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 210 248 11 -
CMYK 0.15 0 0.96 0.03
HSL 69.62º 0.94% 0.51% -
HSV(B) 69.62º 0.96% 0.97% -
XYZ 60.21 80.86 12.75 -
YUV 209.62 15.91 128.27 -
System Red Green Blue C M Y K H S L
Decimal 210 248 11 0.15 0 0.96 0.03 69.62 0.94 0.51
Hex D2 F8 B F 0 60 3 46 5E 33
Octal 322 370 13 17 0 140 3 106 136 63
Binary 11010010 11111000 1011 1111 0 1100000 11 1000110 1011110 110011

Color Harmonies of #D2F80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F80B

Black with #D2F80B

Text Example


Text Example

White with #D2F80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F80B; }

 p { color: rgb(210,248,11); }

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

background-color css

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

 a { background-color: rgb(210,248,11); }

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

border-color css

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

 span { border-color: rgb(210,248,11); }

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