#22D015

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

Shades of Lime Green #22D015

Tints of Lime Green #22D015

Color information

#22D015 (or 0x22D015) is unknown color: approx Lime Green. HEX triplet: 22, D0 and 15. RGB value is (34,208,21). Sum of RGB (Red+Green+Blue) = 34+208+21=263 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.93% from 263); Green value is 208 (81.64% from 255 or 79.09% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 208 - color contains mainly: green. Hex color #22D015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22D015 is #DD2FEA. Grayscale: #878787. Windows color (decimal): -14495723 or 1429538. OLE color: 1429538.

HSL color Cylindrical-coordinate representation of color #22D015: hue angle of 115.83º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #22D015 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB3420821-
CMYK0.8400.900.18
HSL115.83º81.66%44.9%-
HSV(B)115.83º89.9%81.57%-
XYZ23.3545.518.26-
YUV134.6663.8556.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.93%
GREEN value IS 208 (81.64% from 255) = 79.09%
BLUE value IS 21 (8.59% from 255) = 7.98%
R=12.93%
G=79.09%
B=7.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal34208210.8400.900.18115.8381.6644.9
Hex22D0155405A1274522d
Octal423202512401322216412255
Binary10001011010000101011010100010110101001011101001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22D015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22D015; }

 p { color: rgb(34,208,21); }

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

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

 a { background-color: rgb(34,208,21); }

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

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

 span { border-color: rgb(34,208,21); }

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