#3BE320

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

Shades of Lime Green #3BE320

Tints of Lime Green #3BE320

Color information

#3BE320 (or 0x3BE320) is unknown color: approx Lime Green. HEX triplet: 3B, E3 and 20. RGB value is (59,227,32). Sum of RGB (Red+Green+Blue) = 59+227+32=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 227 (89.06% from 255 or 71.38% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 227 - color contains mainly: green. Hex color #3BE320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE320 is #C41CDF. Grayscale: #9B9B9B. Windows color (decimal): -12852448 or 2155323. OLE color: 2155323.

HSL color Cylindrical-coordinate representation of color #3BE320: hue angle of 111.69º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3BE320 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB5922732-
CMYK0.7400.860.11
HSL111.69º77.69%50.78%-
HSV(B)111.69º85.9%89.02%-
XYZ29.5355.9710.61-
YUV154.5458.8459.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.55%
GREEN value IS 227 (89.06% from 255) = 71.38%
BLUE value IS 32 (12.89% from 255) = 10.06%
R=18.55%
G=71.38%
B=10.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal59227320.7400.860.11111.6977.6950.78
Hex3BE3204A056B704e33
Octal733434011201261316011663
Binary11101111100011100000100101001010110101111100001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,227,32); }

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

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

 a { background-color: rgb(59,227,32); }

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

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

 span { border-color: rgb(59,227,32); }

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