#22CA2E

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

Shades of Lime Green #22CA2E

Tints of Lime Green #22CA2E

Color information

#22CA2E (or 0x22CA2E) is unknown color: approx Lime Green. HEX triplet: 22, CA and 2E. RGB value is (34,202,46). Sum of RGB (Red+Green+Blue) = 34+202+46=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 202 (79.30% from 255 or 71.63% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 202 - color contains mainly: green. Hex color #22CA2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CA2E is #DD35D1. Grayscale: #868686. Windows color (decimal): -14497234 or 3066402. OLE color: 3066402.

HSL color Cylindrical-coordinate representation of color #22CA2E: hue angle of 124.29º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CA2E is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB3420246-
CMYK0.8300.770.21
HSL124.29º71.19%46.27%-
HSV(B)124.29º83.17%79.22%-
XYZ22.2742.789.67-
YUV133.9878.3456.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.06%
GREEN value IS 202 (79.30% from 255) = 71.63%
BLUE value IS 46 (18.36% from 255) = 16.31%
R=12.06%
G=71.63%
B=16.31%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal34202460.8300.770.21124.2971.1946.27
Hex22CA2E5304D157c472e
Octal423125612301152517410756
Binary100010110010101011101010011010011011010111111001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22CA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,202,46); }

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

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

 a { background-color: rgb(34,202,46); }

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

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

 span { border-color: rgb(34,202,46); }

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