Html Css Color HEX #D2FD16 Electric Lime

📋 copy color: '#D2FD16'

red 210 ◦ green 253 ◦ blue 22

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

Shades of Electric Lime #D2FD16

Tints of Electric Lime #D2FD16

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.16%

 BLUE value IS 22 (8.98% from 255) = 4.54%

R = 43.3%
G = 52.16%
B = 4.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#D2FD16 (or 0xD2FD16) is known color: Electric Lime. HEX triplet: D2, FD and 16. RGB value is (210,253,22). Sum of RGB (Red+Green+Blue) = 210+253+22=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 22 (8.98% from 255 or 4.54% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FD16 is #2D02E9. Grayscale: #D6D6D6. Windows color (decimal): -2949866 or 1506770. OLE color: 1506770.

HSL color Cylindrical-coordinate representation of color #D2FD16: hue angle of 71.17º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2FD16 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 253 22 -
CMYK 0.17 0 0.91 0.01
HSL 71.17º 0.98% 0.54% -
HSV(B) 71.17º 0.91% 0.99% -
XYZ 61.85 84.01 13.71 -
YUV 213.81 19.75 125.28 -
System Red Green Blue C M Y K H S L
Decimal 210 253 22 0.17 0 0.91 0.01 71.17 0.98 0.54
Hex D2 FD 16 11 0 5B 1 47 62 36
Octal 322 375 26 21 0 133 1 107 142 66
Binary 11010010 11111101 10110 10001 0 1011011 1 1000111 1100010 110110

Color Harmonies of #D2FD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FD16

Black with #D2FD16

Text Example


Text Example

White with #D2FD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FD16; }

 p { color: rgb(210,253,22); }

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

background-color css

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

 a { background-color: rgb(210,253,22); }

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

border-color css

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

 span { border-color: rgb(210,253,22); }

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