Html Css Color HEX #D2F802 Electric Lime

📋 copy color: '#D2F802'

red 210 ◦ green 248 ◦ blue 2

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

Shades of Electric Lime #D2F802

Tints of Electric Lime #D2F802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 45.65%
G = 53.91%
B = 0.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#D2F802 (or 0xD2F802) is known color: Electric Lime. HEX triplet: D2, F8 and 02. RGB value is (210,248,2). Sum of RGB (Red+Green+Blue) = 210+248+2=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 248 (97.27% from 255 or 53.91% from 460); Blue value is 2 (1.17% from 255 or 0.43% from 460); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F802 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F802 is #2D07FD. Grayscale: #D1D1D1. Windows color (decimal): -2951166 or 194770. OLE color: 194770.

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

Color convert

RGB 210 248 2 -
CMYK 0.15 0 0.99 0.03
HSL 69.27º 0.98% 0.49% -
HSV(B) 69.27º 0.99% 0.97% -
XYZ 60.16 80.84 12.49 -
YUV 208.59 11.41 129 -
System Red Green Blue C M Y K H S L
Decimal 210 248 2 0.15 0 0.99 0.03 69.27 0.98 0.49
Hex D2 F8 2 F 0 63 3 45 62 31
Octal 322 370 2 17 0 143 3 105 142 61
Binary 11010010 11111000 10 1111 0 1100011 11 1000101 1100010 110001

Color Harmonies of #D2F802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F802

Black with #D2F802

Text Example


Text Example

White with #D2F802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F802; }

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

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

background-color css

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

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

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

border-color css

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

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

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