Html Css Color HEX #D2FF11 Electric Lime

📋 copy color: '#D2FF11'

red 210 ◦ green 255 ◦ blue 17

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

Shades of Electric Lime #D2FF11

Tints of Electric Lime #D2FF11

RGB

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

 GREEN value IS 255 (100% from 255) = 52.9%

 BLUE value IS 17 (7.03% from 255) = 3.53%

R = 43.57%
G = 52.9%
B = 3.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#D2FF11 (or 0xD2FF11) is known color: Electric Lime. HEX triplet: D2, FF and 11. RGB value is (210,255,17). Sum of RGB (Red+Green+Blue) = 210+255+17=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 17 (7.03% from 255 or 3.53% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FF11 is #2D00EE. Grayscale: #D7D7D7. Windows color (decimal): -2949359 or 1179602. OLE color: 1179602.

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

Color convert

RGB 210 255 17 -
CMYK 0.18 0 0.93 0
HSL 71.34º 1% 0.53% -
HSV(B) 71.34º 0.93% 1% -
XYZ 62.44 85.26 13.7 -
YUV 214.41 16.59 124.85 -
System Red Green Blue C M Y K H S L
Decimal 210 255 17 0.18 0 0.93 0 71.34 1 0.53
Hex D2 FF 11 12 0 5D 0 47 64 35
Octal 322 377 21 22 0 135 0 107 144 65
Binary 11010010 11111111 10001 10010 0 1011101 0 1000111 1100100 110101

Color Harmonies of #D2FF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FF11

Black with #D2FF11

Text Example


Text Example

White with #D2FF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FF11; }

 p { color: rgb(210,255,17); }

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

background-color css

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

 a { background-color: rgb(210,255,17); }

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

border-color css

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

 span { border-color: rgb(210,255,17); }

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