Html Css Color HEX #D2F80C Electric Lime

📋 copy color: '#D2F80C'

red 210 ◦ green 248 ◦ blue 12

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

Shades of Electric Lime #D2F80C

Tints of Electric Lime #D2F80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.55%

R = 44.68%
G = 52.77%
B = 2.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#D2F80C (or 0xD2F80C) is known color: Electric Lime. HEX triplet: D2, F8 and 0C. RGB value is (210,248,12). Sum of RGB (Red+Green+Blue) = 210+248+12=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 248 (97.27% from 255 or 52.77% from 470); Blue value is 12 (5.08% from 255 or 2.55% from 470); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F80C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F80C is #2D07F3. Grayscale: #D2D2D2. Windows color (decimal): -2951156 or 850130. OLE color: 850130.

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

Color convert

RGB 210 248 12 -
CMYK 0.15 0 0.95 0.03
HSL 69.66º 0.94% 0.51% -
HSV(B) 69.66º 0.95% 0.97% -
XYZ 60.21 80.86 12.78 -
YUV 209.73 16.41 128.19 -
System Red Green Blue C M Y K H S L
Decimal 210 248 12 0.15 0 0.95 0.03 69.66 0.94 0.51
Hex D2 F8 C F 0 5F 3 46 5E 33
Octal 322 370 14 17 0 137 3 106 136 63
Binary 11010010 11111000 1100 1111 0 1011111 11 1000110 1011110 110011

Color Harmonies of #D2F80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F80C

Black with #D2F80C

Text Example


Text Example

White with #D2F80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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