#3BBB3A

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

Shades of Lime Green #3BBB3A

Tints of Lime Green #3BBB3A

Color information

#3BBB3A (or 0x3BBB3A) is unknown color: approx Lime Green. HEX triplet: 3B, BB and 3A. RGB value is (59,187,58). Sum of RGB (Red+Green+Blue) = 59+187+58=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 187 (73.44% from 255 or 61.51% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 187 - color contains mainly: green. Hex color #3BBB3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBB3A is #C444C5. Grayscale: #868686. Windows color (decimal): -12862662 or 3849019. OLE color: 3849019.

HSL color Cylindrical-coordinate representation of color #3BBB3A: hue angle of 119.53º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBB3A is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB5918758-
CMYK0.6800.690.27
HSL119.53º52.65%48.04%-
HSV(B)119.53º68.98%73.33%-
XYZ20.3436.7810.03-
YUV134.0285.0974.49-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.41%
GREEN value IS 187 (73.44% from 255) = 61.51%
BLUE value IS 58 (23.05% from 255) = 19.08%
R=19.41%
G=61.51%
B=19.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal59187580.6800.690.27119.5352.6548.04
Hex3BBB3A440451B783530
Octal73273721040105331706560
Binary11101110111011111010100010001000101110111111000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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