Html Css Color HEX #D1F211 Electric Lime

📋 copy color: '#D1F211'

red 209 ◦ green 242 ◦ blue 17

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

Shades of Electric Lime #D1F211

Tints of Electric Lime #D1F211

RGB

 RED value IS 209 (82.03% from 255) = 44.66%

 GREEN value IS 242 (94.92% from 255) = 51.71%

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

R = 44.66%
G = 51.71%
B = 3.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#D1F211 (or 0xD1F211) is known color: Electric Lime. HEX triplet: D1, F2 and 11. RGB value is (209,242,17). Sum of RGB (Red+Green+Blue) = 209+242+17=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 17 (7.03% from 255 or 3.63% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F211 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F211 is #2E0DEE. Grayscale: #CFCFCF. Windows color (decimal): -3018223 or 1176273. OLE color: 1176273.

HSL color Cylindrical-coordinate representation of color #D1F211: hue angle of 68.8º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1F211 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 242 17 -
CMYK 0.14 0 0.93 0.05
HSL 68.8º 0.9% 0.51% -
HSV(B) 68.8º 0.93% 0.95% -
XYZ 58.15 77.1 12.35 -
YUV 206.48 21.07 129.8 -
System Red Green Blue C M Y K H S L
Decimal 209 242 17 0.14 0 0.93 0.05 68.8 0.9 0.51
Hex D1 F2 11 E 0 5D 5 45 5A 33
Octal 321 362 21 16 0 135 5 105 132 63
Binary 11010001 11110010 10001 1110 0 1011101 101 1000101 1011010 110011

Color Harmonies of #D1F211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F211

Black with #D1F211

Text Example


Text Example

White with #D1F211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F211; }

 p { color: rgb(209,242,17); }

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

background-color css

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

 a { background-color: rgb(209,242,17); }

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

border-color css

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

 span { border-color: rgb(209,242,17); }

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