Html Css Color HEX #3AC452 Lime Green

📋 copy color: '#3AC452'

red 58 ◦ green 196 ◦ blue 82

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

Shades of Lime Green #3AC452

Tints of Lime Green #3AC452

RGB

 RED value IS 58 (23.05% from 255) = 17.26%

 GREEN value IS 196 (76.95% from 255) = 58.33%

 BLUE value IS 82 (32.42% from 255) = 24.4%

R = 17.26%
G = 58.33%
B = 24.4%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#3AC452 (or 0x3AC452) is known color: Lime Green. HEX triplet: 3A, C4 and 52. RGB value is (58,196,82). Sum of RGB (Red+Green+Blue) = 58+196+82=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 196 (76.95% from 255 or 58.33% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC452 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC452 is #C53BAD. Grayscale: #8E8E8E. Windows color (decimal): -12925870 or 5424186. OLE color: 5424186.

HSL color Cylindrical-coordinate representation of color #3AC452: hue angle of 130.43º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC452 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 58 196 82 -
CMYK 0.70 0 0.58 0.23
HSL 130.43º 0.54% 0.5% -
HSV(B) 130.43º 0.7% 0.77% -
XYZ 23.01 40.99 14.68 -
YUV 141.74 94.28 68.27 -
System Red Green Blue C M Y K H S L
Decimal 58 196 82 0.70 0 0.58 0.23 130.43 0.54 0.5
Hex 3A C4 52 46 0 3A 17 82 36 32
Octal 72 304 122 106 0 72 27 202 66 62
Binary 111010 11000100 1010010 1000110 0 111010 10111 10000010 110110 110010

Color Harmonies of #3AC452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC452

Black with #3AC452

Text Example


Text Example

White with #3AC452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,196,82); }

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

background-color css

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

 a { background-color: rgb(58,196,82); }

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

border-color css

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

 span { border-color: rgb(58,196,82); }

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