#D2F30F

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

Shades of Electric Lime #D2F30F

Tints of Electric Lime #D2F30F

Color information

#D2F30F (or 0xD2F30F) is unknown color: approx Electric Lime. HEX triplet: D2, F3 and 0F. RGB value is (210,243,15). Sum of RGB (Red+Green+Blue) = 210+243+15=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 243 (95.31% from 255 or 51.92% from 468); Blue value is 15 (6.25% from 255 or 3.21% from 468); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F30F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F30F is #2D0CF0. Grayscale: #D0D0D0. Windows color (decimal): -2952433 or 1045458. OLE color: 1045458.

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

Color convert

RGB21024315-
CMYK0.1400.940.05
HSL68.68º90.48%50.59%-
HSV(B)68.68º93.83%95.29%-
XYZ58.7277.8412.38-
YUV207.1419.57130.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.87%
GREEN value IS 243 (95.31% from 255) = 51.92%
BLUE value IS 15 (6.25% from 255) = 3.21%
R=44.87%
G=51.92%
B=3.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal210243150.1400.940.0568.6890.4850.59
HexD2F3FE05E5455a33
Octal32236317160136510513263
Binary1101001011110011111111100101111010110001011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F30F; }

 p { color: rgb(210,243,15); }

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

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

 a { background-color: rgb(210,243,15); }

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

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

 span { border-color: rgb(210,243,15); }

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