Html Css Color HEX #3BE52A Lime Green

📋 copy color: '#3BE52A'

red 59 ◦ green 229 ◦ blue 42

#3BE52A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #3BE52A

Tints of Lime Green #3BE52A

RGB

 RED value IS 59 (23.44% from 255) = 17.88%

 GREEN value IS 229 (89.84% from 255) = 69.39%

 BLUE value IS 42 (16.8% from 255) = 12.73%

R = 17.88%
G = 69.39%
B = 12.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#3BE52A (or 0x3BE52A) is known color: Lime Green. HEX triplet: 3B, E5 and 2A. RGB value is (59,229,42). Sum of RGB (Red+Green+Blue) = 59+229+42=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 229 (89.84% from 255 or 69.39% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE52A is #C41AD5. Grayscale: #9D9D9D. Windows color (decimal): -12851926 or 2811195. OLE color: 2811195.

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

Color convert

RGB 59 229 42 -
CMYK 0.74 0 0.82 0.10
HSL 114.55º 0.78% 0.53% -
HSV(B) 114.55º 0.82% 0.9% -
XYZ 30.24 57.14 11.62 -
YUV 156.85 63.18 58.21 -
System Red Green Blue C M Y K H S L
Decimal 59 229 42 0.74 0 0.82 0.10 114.55 0.78 0.53
Hex 3B E5 2A 4A 0 52 A 73 4E 35
Octal 73 345 52 112 0 122 12 163 116 65
Binary 111011 11100101 101010 1001010 0 1010010 1010 1110011 1001110 110101

Color Harmonies of #3BE52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE52A

Black with #3BE52A

Text Example


Text Example

White with #3BE52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3BE52A;
 }
 .AnyTagClassName
 {
   color: #3BE52A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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