#3BB23A

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

Shades of Lime Green #3BB23A

Tints of Lime Green #3BB23A

Color information

#3BB23A (or 0x3BB23A) is unknown color: approx Lime Green. HEX triplet: 3B, B2 and 3A. RGB value is (59,178,58). Sum of RGB (Red+Green+Blue) = 59+178+58=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 178 (69.92% from 255 or 60.34% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 178 - color contains mainly: green. Hex color #3BB23A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BB23A is #C44DC5. Grayscale: #818181. Windows color (decimal): -12864966 or 3846715. OLE color: 3846715.

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

Color convert

RGB5917858-
CMYK0.6700.670.30
HSL119.5º50.85%46.27%-
HSV(B)119.5º67.42%69.8%-
XYZ18.4933.089.41-
YUV128.7488.0878.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20%
GREEN value IS 178 (69.92% from 255) = 60.34%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=20%
G=60.34%
B=19.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal59178580.6700.670.30119.550.8546.27
Hex3BB23A430431E78332e
Octal73262721030103361706356
Binary11101110110010111010100001101000011111101111000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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