Html Css Color HEX #D2E200 Electric Lime

📋 copy color: '#D2E200'

red 210 ◦ green 226 ◦ blue 0

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

Shades of Electric Lime #D2E200

Tints of Electric Lime #D2E200

RGB

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

 GREEN value IS 226 (88.67% from 255) = 51.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.17%
G = 51.83%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#D2E200 (or 0xD2E200) is known color: Electric Lime. HEX triplet: D2, E2 and 00. RGB value is (210,226,0). Sum of RGB (Red+Green+Blue) = 210+226+0=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 226 (88.67% from 255 or 51.83% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E200 is #2D1DFF. Grayscale: #C4C4C4. Windows color (decimal): -2956800 or 58066. OLE color: 58066.

HSL color Cylindrical-coordinate representation of color #D2E200: hue angle of 64.25º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2E200 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 226 0 -
CMYK 0.07 0 1 0.11
HSL 64.25º 1% 0.44% -
HSV(B) 64.25º 1% 0.89% -
XYZ 53.77 68.09 10.31 -
YUV 195.45 17.7 138.38 -
System Red Green Blue C M Y K H S L
Decimal 210 226 0 0.07 0 1 0.11 64.25 1 0.44
Hex D2 E2 0 7 0 64 B 40 64 2C
Octal 322 342 0 7 0 144 13 100 144 54
Binary 11010010 11100010 0 111 0 1100100 1011 1000000 1100100 101100

Color Harmonies of #D2E200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E200

Black with #D2E200

Text Example


Text Example

White with #D2E200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E200; }

 p { color: rgb(210,226,0); }

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

background-color css

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

 a { background-color: rgb(210,226,0); }

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

border-color css

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

 span { border-color: rgb(210,226,0); }

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