#15DF2F

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

Shades of Lime Green #15DF2F

Tints of Lime Green #15DF2F

Color information

#15DF2F (or 0x15DF2F) is unknown color: approx Lime Green. HEX triplet: 15, DF and 2F. RGB value is (21,223,47). Sum of RGB (Red+Green+Blue) = 21+223+47=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 223 (87.5% from 255 or 76.63% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 223 - color contains mainly: green. Hex color #15DF2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15DF2F is #EA20D0. Grayscale: #8F8F8F. Windows color (decimal): -15343825 or 3137301. OLE color: 3137301.

HSL color Cylindrical-coordinate representation of color #15DF2F: hue angle of 127.72º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DF2F is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB2122347-
CMYK0.9100.790.13
HSL127.72º82.79%47.84%-
HSV(B)127.72º90.58%87.45%-
XYZ27.2153.1411.51-
YUV142.5474.0841.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.22%
GREEN value IS 223 (87.5% from 255) = 76.63%
BLUE value IS 47 (18.75% from 255) = 16.15%
R=7.22%
G=76.63%
B=16.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal21223470.9100.790.13127.7282.7947.84
Hex15DF2F5B04FD805330
Octal253375713301171520012360
Binary10101110111111011111011011010011111101100000001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15DF2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15DF2F; }

 p { color: rgb(21,223,47); }

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

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

 a { background-color: rgb(21,223,47); }

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

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

 span { border-color: rgb(21,223,47); }

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