#D4F40B

Color #D4F40B Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #D4F40B

Tints of Electric Lime #D4F40B

Color information

#D4F40B (or 0xD4F40B) is unknown color: approx Electric Lime. HEX triplet: D4, F4 and 0B. RGB value is (212,244,11). Sum of RGB (Red+Green+Blue) = 212+244+11=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 244 (95.70% from 255 or 52.25% from 467); Blue value is 11 (4.69% from 255 or 2.36% from 467); Max value from RGB is 244 - color contains mainly: green. Hex color #D4F40B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F40B is #2B0BF4. Grayscale: #D0D0D0. Windows color (decimal): -2821109 or 783572. OLE color: 783572.

HSL color Cylindrical-coordinate representation of color #D4F40B: hue angle of 68.24º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4F40B is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB21224411-
CMYK0.1300.950.04
HSL68.24º91.37%50%-
HSV(B)68.24º95.49%95.69%-
XYZ59.5678.7212.37-
YUV207.8716.9130.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.40%
GREEN value IS 244 (95.70% from 255) = 52.25%
BLUE value IS 11 (4.69% from 255) = 2.36%
R=45.40%
G=52.25%
B=2.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal212244110.1300.950.0468.2491.3750
HexD4F4BD05F4445b32
Octal32436413150137410413362
Binary1101010011110100101111010101111110010001001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F40B; }

 p { color: rgb(212,244,11); }

 H1.HeaderClassName
 {
   color: #D4F40B;
 }
 .AnyTagClassName
 {
   color: #D4F40B;
 }
</style>
background-color css

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

 a { background-color: rgb(212,244,11); }

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

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

 span { border-color: rgb(212,244,11); }

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