#D4FB0D

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

Shades of Electric Lime #D4FB0D

Tints of Electric Lime #D4FB0D

Color information

#D4FB0D (or 0xD4FB0D) is unknown color: approx Electric Lime. HEX triplet: D4, FB and 0D. RGB value is (212,251,13). Sum of RGB (Red+Green+Blue) = 212+251+13=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 251 (98.44% from 255 or 52.73% from 476); Blue value is 13 (5.47% from 255 or 2.73% from 476); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4FB0D is #2B04F2. Grayscale: #D5D5D5. Windows color (decimal): -2819315 or 916436. OLE color: 916436.

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

Color convert

RGB21225113-
CMYK0.1600.950.02
HSL69.83º96.75%51.76%-
HSV(B)69.83º94.82%98.43%-
XYZ61.7283.0213.15-
YUV212.2115.58127.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.54%
GREEN value IS 251 (98.44% from 255) = 52.73%
BLUE value IS 13 (5.47% from 255) = 2.73%
R=44.54%
G=52.73%
B=2.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal212251130.1600.950.0269.8396.7551.76
HexD4FBD1005F2466134
Octal32437315200137210614164
Binary1101010011111011110110000010111111010001101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FB0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FB0D; }

 p { color: rgb(212,251,13); }

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

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

 a { background-color: rgb(212,251,13); }

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

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

 span { border-color: rgb(212,251,13); }

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