#3be524

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

Shades of Lime Green #3BE524

Tints of Lime Green #3BE524

Color information

#3BE524 (or 0x3BE524) is unknown color: approx Lime Green. HEX triplet: 3B, E5 and 24. RGB value is (59,229,36). Sum of RGB (Red+Green+Blue) = 59+229+36=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 229 (89.84% from 255 or 70.68% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE524 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE524 is #C41ADB. Grayscale: #9C9C9C. Windows color (decimal): -12851932 or 2417979. OLE color: 2417979.

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

Color convert

RGB5922936-
CMYK0.7400.840.10
HSL112.85º78.78%51.96%-
HSV(B)112.85º84.28%89.8%-
XYZ30.1457.111.1-
YUV156.1760.1858.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.21%
GREEN value IS 229 (89.84% from 255) = 70.68%
BLUE value IS 36 (14.45% from 255) = 11.11%
R=18.21%
G=70.68%
B=11.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal59229360.7400.840.10112.8578.7851.96
Hex3BE5244A054A714f34
Octal733454411201241216111764
Binary11101111100101100100100101001010100101011100011001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3be524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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