Html Css Color HEX #D2F916 Electric Lime

📋 copy color: '#D2F916'

red 210 ◦ green 249 ◦ blue 22

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

Shades of Electric Lime #D2F916

Tints of Electric Lime #D2F916

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.77%

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

R = 43.66%
G = 51.77%
B = 4.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#D2F916 (or 0xD2F916) is known color: Electric Lime. HEX triplet: D2, F9 and 16. RGB value is (210,249,22). Sum of RGB (Red+Green+Blue) = 210+249+22=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 249 (97.66% from 255 or 51.77% from 481); Blue value is 22 (8.98% from 255 or 4.57% from 481); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F916 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F916 is #2D06E9. Grayscale: #D4D4D4. Windows color (decimal): -2950890 or 1505746. OLE color: 1505746.

HSL color Cylindrical-coordinate representation of color #D2F916: hue angle of 70.31º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2F916 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 249 22 -
CMYK 0.16 0 0.91 0.02
HSL 70.31º 0.95% 0.53% -
HSV(B) 70.31º 0.91% 0.98% -
XYZ 60.6 81.51 13.3 -
YUV 211.46 21.08 126.96 -
System Red Green Blue C M Y K H S L
Decimal 210 249 22 0.16 0 0.91 0.02 70.31 0.95 0.53
Hex D2 F9 16 10 0 5B 2 46 5F 35
Octal 322 371 26 20 0 133 2 106 137 65
Binary 11010010 11111001 10110 10000 0 1011011 10 1000110 1011111 110101

Color Harmonies of #D2F916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F916

Black with #D2F916

Text Example


Text Example

White with #D2F916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F916; }

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

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

background-color css

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

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

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

border-color css

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

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

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