Html Css Color HEX #D1F20F Electric Lime

📋 copy color: '#D1F20F'

red 209 ◦ green 242 ◦ blue 15

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

Shades of Electric Lime #D1F20F

Tints of Electric Lime #D1F20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.22%

R = 44.85%
G = 51.93%
B = 3.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#D1F20F (or 0xD1F20F) is known color: Electric Lime. HEX triplet: D1, F2 and 0F. RGB value is (209,242,15). Sum of RGB (Red+Green+Blue) = 209+242+15=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 15 (6.25% from 255 or 3.22% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F20F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F20F is #2E0DF0. Grayscale: #CFCFCF. Windows color (decimal): -3018225 or 1045201. OLE color: 1045201.

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

Color convert

RGB 209 242 15 -
CMYK 0.14 0 0.94 0.05
HSL 68.72º 0.9% 0.5% -
HSV(B) 68.72º 0.94% 0.95% -
XYZ 58.13 77.09 12.27 -
YUV 206.26 20.07 129.96 -
System Red Green Blue C M Y K H S L
Decimal 209 242 15 0.14 0 0.94 0.05 68.72 0.9 0.5
Hex D1 F2 F E 0 5E 5 45 5A 32
Octal 321 362 17 16 0 136 5 105 132 62
Binary 11010001 11110010 1111 1110 0 1011110 101 1000101 1011010 110010

Color Harmonies of #D1F20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F20F

Black with #D1F20F

Text Example


Text Example

White with #D1F20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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