#3BE14A

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

Shades of Lime Green #3BE14A

Tints of Lime Green #3BE14A

Color information

#3BE14A (or 0x3BE14A) is unknown color: approx Lime Green. HEX triplet: 3B, E1 and 4A. RGB value is (59,225,74). Sum of RGB (Red+Green+Blue) = 59+225+74=358 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.48% from 358); Green value is 225 (88.28% from 255 or 62.85% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 225 - color contains mainly: green. Hex color #3BE14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE14A is #C41EB5. Grayscale: #9E9E9E. Windows color (decimal): -12852918 or 4907323. OLE color: 4907323.

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

Color convert

RGB5922574-
CMYK0.7400.670.12
HSL125.42º73.45%55.69%-
HSV(B)125.42º73.78%88.24%-
XYZ29.9655.2715.57-
YUV158.1580.557.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.48%
GREEN value IS 225 (88.28% from 255) = 62.85%
BLUE value IS 74 (29.30% from 255) = 20.67%
R=16.48%
G=62.85%
B=20.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal59225740.7400.670.12125.4273.4555.69
Hex3BE14A4A043C7d4938
Octal7334111211201031417511170
Binary111011111000011001010100101001000011110011111011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,225,74); }

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

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

 a { background-color: rgb(59,225,74); }

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

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

 span { border-color: rgb(59,225,74); }

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