Html Css Color HEX #D2F202 Electric Lime

📋 copy color: '#D2F202'

red 210 ◦ green 242 ◦ blue 2

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

Shades of Electric Lime #D2F202

Tints of Electric Lime #D2F202

RGB

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

 GREEN value IS 242 (94.92% from 255) = 53.3%

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

R = 46.26%
G = 53.3%
B = 0.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#D2F202 (or 0xD2F202) is known color: Electric Lime. HEX triplet: D2, F2 and 02. RGB value is (210,242,2). Sum of RGB (Red+Green+Blue) = 210+242+2=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 242 (94.92% from 255 or 53.30% from 454); Blue value is 2 (1.17% from 255 or 0.44% from 454); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F202 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F202 is #2D0DFD. Grayscale: #CECECE. Windows color (decimal): -2952702 or 193234. OLE color: 193234.

HSL color Cylindrical-coordinate representation of color #D2F202: hue angle of 68º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2F202 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 242 2 -
CMYK 0.13 0 0.99 0.05
HSL 68º 0.98% 0.48% -
HSV(B) 68º 0.99% 0.95% -
XYZ 58.34 77.21 11.89 -
YUV 205.07 13.4 131.51 -
System Red Green Blue C M Y K H S L
Decimal 210 242 2 0.13 0 0.99 0.05 68 0.98 0.48
Hex D2 F2 2 D 0 63 5 44 62 30
Octal 322 362 2 15 0 143 5 104 142 60
Binary 11010010 11110010 10 1101 0 1100011 101 1000100 1100010 110000

Color Harmonies of #D2F202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F202

Black with #D2F202

Text Example


Text Example

White with #D2F202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F202; }

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

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

background-color css

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

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

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

border-color css

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

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

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