#22cd38

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

Shades of Lime Green #22CD38

Tints of Lime Green #22CD38

Color information

#22CD38 (or 0x22CD38) is unknown color: approx Lime Green. HEX triplet: 22, CD and 38. RGB value is (34,205,56). Sum of RGB (Red+Green+Blue) = 34+205+56=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 205 (80.47% from 255 or 69.49% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 205 - color contains mainly: green. Hex color #22CD38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CD38 is #DD32C7. Grayscale: #898989. Windows color (decimal): -14496456 or 3722530. OLE color: 3722530.

HSL color Cylindrical-coordinate representation of color #22CD38: hue angle of 127.72º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CD38 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB3420556-
CMYK0.8300.730.20
HSL127.72º71.55%46.86%-
HSV(B)127.72º83.41%80.39%-
XYZ23.244.2911.07-
YUV136.8882.3554.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.53%
GREEN value IS 205 (80.47% from 255) = 69.49%
BLUE value IS 56 (22.27% from 255) = 18.98%
R=11.53%
G=69.49%
B=18.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal34205560.8300.730.20127.7271.5546.86
Hex22CD38530491480482f
Octal423157012301112420011057
Binary1000101100110111100010100110100100110100100000001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22cd38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,205,56); }

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

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

 a { background-color: rgb(34,205,56); }

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

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

 span { border-color: rgb(34,205,56); }

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