#22B938

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

Shades of Lime Green #22B938

Tints of Lime Green #22B938

Color information

#22B938 (or 0x22B938) is unknown color: approx Lime Green. HEX triplet: 22, B9 and 38. RGB value is (34,185,56). Sum of RGB (Red+Green+Blue) = 34+185+56=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 185 (72.66% from 255 or 67.27% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 185 - color contains mainly: green. Hex color #22B938 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22B938 is #DD46C7. Grayscale: #7D7D7D. Windows color (decimal): -14501576 or 3717410. OLE color: 3717410.

HSL color Cylindrical-coordinate representation of color #22B938: hue angle of 128.74º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22B938 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB3418556-
CMYK0.8200.700.27
HSL128.74º68.95%42.94%-
HSV(B)128.74º81.62%72.55%-
XYZ18.7235.329.57-
YUV125.1488.9762.99-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.36%
GREEN value IS 185 (72.66% from 255) = 67.27%
BLUE value IS 56 (22.27% from 255) = 20.36%
R=12.36%
G=67.27%
B=20.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34185560.8200.700.27128.7468.9542.94
Hex22B938520461B81452b
Octal422717012201063320110553
Binary1000101011100111100010100100100011011011100000011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22B938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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