#3BE02D

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

Shades of Lime Green #3BE02D

Tints of Lime Green #3BE02D

Color information

#3BE02D (or 0x3BE02D) is unknown color: approx Lime Green. HEX triplet: 3B, E0 and 2D. RGB value is (59,224,45). Sum of RGB (Red+Green+Blue) = 59+224+45=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 224 (87.89% from 255 or 68.29% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE02D is #C41FD2. Grayscale: #9A9A9A. Windows color (decimal): -12853203 or 3006523. OLE color: 3006523.

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

Color convert

RGB5922445-
CMYK0.7400.800.12
HSL115.31º74.27%52.75%-
HSV(B)115.31º79.91%87.84%-
XYZ28.9354.4311.46-
YUV154.2666.3460.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.99%
GREEN value IS 224 (87.89% from 255) = 68.29%
BLUE value IS 45 (17.97% from 255) = 13.72%
R=17.99%
G=68.29%
B=13.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal59224450.7400.800.12115.3174.2752.75
Hex3BE02D4A050C734a35
Octal733405511201201416311265
Binary11101111100000101101100101001010000110011100111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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