#3BE058

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

Shades of Lime Green #3BE058

Tints of Lime Green #3BE058

Color information

#3BE058 (or 0x3BE058) is unknown color: approx Lime Green. HEX triplet: 3B, E0 and 58. RGB value is (59,224,88). Sum of RGB (Red+Green+Blue) = 59+224+88=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 224 (87.89% from 255 or 60.38% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE058 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BE058 is #C41FA7. Grayscale: #9F9F9F. Windows color (decimal): -12853160 or 5824571. OLE color: 5824571.

HSL color Cylindrical-coordinate representation of color #3BE058: hue angle of 130.55º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE058 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB5922488-
CMYK0.7400.610.12
HSL130.55º72.69%55.49%-
HSV(B)130.55º73.66%87.84%-
XYZ30.2254.9518.25-
YUV159.1687.8456.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.90%
GREEN value IS 224 (87.89% from 255) = 60.38%
BLUE value IS 88 (34.77% from 255) = 23.72%
R=15.90%
G=60.38%
B=23.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal59224880.7400.610.12130.5572.6955.49
Hex3BE0584A03DC834937
Octal733401301120751420311167
Binary111011111000001011000100101001111011100100000111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,224,88); }

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

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

 a { background-color: rgb(59,224,88); }

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

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

 span { border-color: rgb(59,224,88); }

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