#3BBE3E

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

Shades of Lime Green #3BBE3E

Tints of Lime Green #3BBE3E

Color information

#3BBE3E (or 0x3BBE3E) is unknown color: approx Lime Green. HEX triplet: 3B, BE and 3E. RGB value is (59,190,62). Sum of RGB (Red+Green+Blue) = 59+190+62=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 190 (74.61% from 255 or 61.09% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 190 - color contains mainly: green. Hex color #3BBE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBE3E is #C441C1. Grayscale: #888888. Windows color (decimal): -12861890 or 4111931. OLE color: 4111931.

HSL color Cylindrical-coordinate representation of color #3BBE3E: hue angle of 121.37º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBE3E is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB5919062-
CMYK0.6900.670.25
HSL121.37º52.61%48.82%-
HSV(B)121.37º68.95%74.51%-
XYZ21.0938.110.8-
YUV136.2486.172.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.97%
GREEN value IS 190 (74.61% from 255) = 61.09%
BLUE value IS 62 (24.61% from 255) = 19.94%
R=18.97%
G=61.09%
B=19.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal59190620.6900.670.25121.3752.6148.82
Hex3BBE3E4504319793531
Octal73276761050103311716561
Binary11101110111110111110100010101000011110011111001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,190,62); }

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

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

 a { background-color: rgb(59,190,62); }

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

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

 span { border-color: rgb(59,190,62); }

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