#3BE538

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

Shades of Lime Green #3BE538

Tints of Lime Green #3BE538

Color information

#3BE538 (or 0x3BE538) is unknown color: approx Lime Green. HEX triplet: 3B, E5 and 38. RGB value is (59,229,56). Sum of RGB (Red+Green+Blue) = 59+229+56=344 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.15% from 344); Green value is 229 (89.84% from 255 or 66.57% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE538 is #C41AC7. Grayscale: #9E9E9E. Windows color (decimal): -12851912 or 3728699. OLE color: 3728699.

HSL color Cylindrical-coordinate representation of color #3BE538: hue angle of 118.96º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BE538 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.

Color convert

RGB5922956-
CMYK0.7400.760.10
HSL118.96º76.89%55.88%-
HSV(B)118.96º75.55%89.8%-
XYZ30.5457.2513.18-
YUV158.4570.1857.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.15%
GREEN value IS 229 (89.84% from 255) = 66.57%
BLUE value IS 56 (22.27% from 255) = 16.28%
R=17.15%
G=66.57%
B=16.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal59229560.7400.760.10118.9676.8955.88
Hex3BE5384A04CA774d38
Octal733457011201141216711570
Binary11101111100101111000100101001001100101011101111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,229,56); }

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

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

 a { background-color: rgb(59,229,56); }

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

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

 span { border-color: rgb(59,229,56); }

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