Html Css Color HEX #D3F20F Electric Lime

📋 copy color: '#D3F20F'

red 211 ◦ green 242 ◦ blue 15

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

Shades of Electric Lime #D3F20F

Tints of Electric Lime #D3F20F

RGB

 RED value IS 211 (82.81% from 255) = 45.09%

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

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

R = 45.09%
G = 51.71%
B = 3.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#D3F20F (or 0xD3F20F) is known color: Electric Lime. HEX triplet: D3, F2 and 0F. RGB value is (211,242,15). Sum of RGB (Red+Green+Blue) = 211+242+15=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 15 (6.25% from 255 or 3.21% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F20F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F20F is #2C0DF0. Grayscale: #CFCFCF. Windows color (decimal): -2887153 or 1045203. OLE color: 1045203.

HSL color Cylindrical-coordinate representation of color #D3F20F: hue angle of 68.19º 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 #D3F20F is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 242 15 -
CMYK 0.13 0 0.94 0.05
HSL 68.19º 0.9% 0.5% -
HSV(B) 68.19º 0.94% 0.95% -
XYZ 58.7 77.39 12.3 -
YUV 206.85 19.73 130.96 -
System Red Green Blue C M Y K H S L
Decimal 211 242 15 0.13 0 0.94 0.05 68.19 0.9 0.5
Hex D3 F2 F D 0 5E 5 44 5A 32
Octal 323 362 17 15 0 136 5 104 132 62
Binary 11010011 11110010 1111 1101 0 1011110 101 1000100 1011010 110010

Color Harmonies of #D3F20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F20F

Black with #D3F20F

Text Example


Text Example

White with #D3F20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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