#D4F402

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

Shades of Electric Lime #D4F402

Tints of Electric Lime #D4F402

Color information

#D4F402 (or 0xD4F402) is unknown color: approx Electric Lime. HEX triplet: D4, F4 and 02. RGB value is (212,244,2). Sum of RGB (Red+Green+Blue) = 212+244+2=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 244 (95.70% from 255 or 53.28% from 458); Blue value is 2 (1.17% from 255 or 0.44% from 458); Max value from RGB is 244 - color contains mainly: green. Hex color #D4F402 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F402 is #2B0BFD. Grayscale: #CFCFCF. Windows color (decimal): -2821118 or 193748. OLE color: 193748.

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

Color convert

RGB2122442-
CMYK0.1300.990.04
HSL67.93º98.37%48.24%-
HSV(B)67.93º99.18%95.69%-
XYZ59.5178.712.11-
YUV206.8412.4131.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.29%
GREEN value IS 244 (95.70% from 255) = 53.28%
BLUE value IS 2 (1.17% from 255) = 0.44%
R=46.29%
G=53.28%
B=0.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal21224420.1300.990.0467.9398.3748.24
HexD4F42D0634446230
Octal3243642150143410414260
Binary11010100111101001011010110001110010001001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F402; }

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

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

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

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

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

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

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

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