Html Css Color HEX #D2E800 Electric Lime

📋 copy color: '#D2E800'

red 210 ◦ green 232 ◦ blue 0

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

Shades of Electric Lime #D2E800

Tints of Electric Lime #D2E800

RGB

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

 GREEN value IS 232 (91.02% from 255) = 52.49%

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

R = 47.51%
G = 52.49%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#D2E800 (or 0xD2E800) is known color: Electric Lime. HEX triplet: D2, E8 and 00. RGB value is (210,232,0). Sum of RGB (Red+Green+Blue) = 210+232+0=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 232 (91.02% from 255 or 52.49% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2E800 is #2D17FF. Grayscale: #C7C7C7. Windows color (decimal): -2955264 or 59602. OLE color: 59602.

HSL color Cylindrical-coordinate representation of color #D2E800: hue angle of 65.69º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2E800 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 232 0 -
CMYK 0.09 0 1 0.09
HSL 65.69º 1% 0.45% -
HSV(B) 65.69º 1% 0.91% -
XYZ 55.43 71.41 10.86 -
YUV 198.97 15.71 135.86 -
System Red Green Blue C M Y K H S L
Decimal 210 232 0 0.09 0 1 0.09 65.69 1 0.45
Hex D2 E8 0 9 0 64 9 42 64 2D
Octal 322 350 0 11 0 144 11 102 144 55
Binary 11010010 11101000 0 1001 0 1100100 1001 1000010 1100100 101101

Color Harmonies of #D2E800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E800

Black with #D2E800

Text Example


Text Example

White with #D2E800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E800; }

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

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

background-color css

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

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

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

border-color css

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

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

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