Html Css Color HEX #3AC52E Lime Green

📋 copy color: '#3AC52E'

red 58 ◦ green 197 ◦ blue 46

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

Shades of Lime Green #3AC52E

Tints of Lime Green #3AC52E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 65.45%

 BLUE value IS 46 (18.36% from 255) = 15.28%

R = 19.27%
G = 65.45%
B = 15.28%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#3AC52E (or 0x3AC52E) is known color: Lime Green. HEX triplet: 3A, C5 and 2E. RGB value is (58,197,46). Sum of RGB (Red+Green+Blue) = 58+197+46=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 197 (77.34% from 255 or 65.45% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC52E is #C53AD1. Grayscale: #8A8A8A. Windows color (decimal): -12925650 or 3065146. OLE color: 3065146.

HSL color Cylindrical-coordinate representation of color #3AC52E: hue angle of 115.23º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AC52E is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 58 197 46 -
CMYK 0.71 0 0.77 0.23
HSL 115.23º 0.62% 0.48% -
HSV(B) 115.23º 0.77% 0.77% -
XYZ 22.2 41.03 9.33 -
YUV 138.23 75.95 70.78 -
System Red Green Blue C M Y K H S L
Decimal 58 197 46 0.71 0 0.77 0.23 115.23 0.62 0.48
Hex 3A C5 2E 47 0 4D 17 73 3E 30
Octal 72 305 56 107 0 115 27 163 76 60
Binary 111010 11000101 101110 1000111 0 1001101 10111 1110011 111110 110000

Color Harmonies of #3AC52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC52E

Black with #3AC52E

Text Example


Text Example

White with #3AC52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,197,46); }

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

background-color css

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

 a { background-color: rgb(58,197,46); }

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

border-color css

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

 span { border-color: rgb(58,197,46); }

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