#22B610

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

Shades of Lime Green #22B610

Tints of Lime Green #22B610

Color information

#22B610 (or 0x22B610) is unknown color: approx Lime Green. HEX triplet: 22, B6 and 10. RGB value is (34,182,16). Sum of RGB (Red+Green+Blue) = 34+182+16=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 182 (71.48% from 255 or 78.45% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 182 - color contains mainly: green. Hex color #22B610 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22B610 is #DD49EF. Grayscale: #777777. Windows color (decimal): -14502384 or 1095202. OLE color: 1095202.

HSL color Cylindrical-coordinate representation of color #22B610: hue angle of 113.49º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #22B610 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB3418216-
CMYK0.8100.910.29
HSL113.49º83.84%38.82%-
HSV(B)113.49º91.21%71.37%-
XYZ17.4833.836.1-
YUV118.8269.9767.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.66%
GREEN value IS 182 (71.48% from 255) = 78.45%
BLUE value IS 16 (6.64% from 255) = 6.90%
R=14.66%
G=78.45%
B=6.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal34182160.8100.910.29113.4983.8438.82
Hex22B6105105B1D715427
Octal422662012101333516112447
Binary10001010110110100001010001010110111110111100011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22B610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,182,16); }

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

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

 a { background-color: rgb(34,182,16); }

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

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

 span { border-color: rgb(34,182,16); }

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