#3BB22C

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

Shades of Lime Green #3BB22C

Tints of Lime Green #3BB22C

Color information

#3BB22C (or 0x3BB22C) is unknown color: approx Lime Green. HEX triplet: 3B, B2 and 2C. RGB value is (59,178,44). Sum of RGB (Red+Green+Blue) = 59+178+44=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 178 (69.92% from 255 or 63.35% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 178 - color contains mainly: green. Hex color #3BB22C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BB22C is #C44DD3. Grayscale: #7F7F7F. Windows color (decimal): -12864980 or 2929211. OLE color: 2929211.

HSL color Cylindrical-coordinate representation of color #3BB22C: hue angle of 113.28º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BB22C is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB5917844-
CMYK0.6700.750.30
HSL113.28º60.36%43.53%-
HSV(B)113.28º75.28%69.8%-
XYZ18.1832.957.79-
YUV127.1481.0879.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.00%
GREEN value IS 178 (69.92% from 255) = 63.35%
BLUE value IS 44 (17.58% from 255) = 15.66%
R=21.00%
G=63.35%
B=15.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal59178440.6700.750.30113.2860.3643.53
Hex3BB22C4304B1E713c2c
Octal73262541030113361617454
Binary11101110110010101100100001101001011111101110001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BB22C; }

 p { color: rgb(59,178,44); }

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

<style>
 a { background-color: #3BB22C; }

 a { background-color: rgb(59,178,44); }

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

<style>
 span { border-color: #3BB22C; }

 span { border-color: rgb(59,178,44); }

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