Html Css Color HEX #3AC351 Lime Green

📋 copy color: '#3AC351'

red 58 ◦ green 195 ◦ blue 81

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

Shades of Lime Green #3AC351

Tints of Lime Green #3AC351

RGB

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

 GREEN value IS 195 (76.56% from 255) = 58.38%

 BLUE value IS 81 (32.03% from 255) = 24.25%

R = 17.37%
G = 58.38%
B = 24.25%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#3AC351 (or 0x3AC351) is known color: Lime Green. HEX triplet: 3A, C3 and 51. RGB value is (58,195,81). Sum of RGB (Red+Green+Blue) = 58+195+81=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 195 (76.56% from 255 or 58.38% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC351 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC351 is #C53CAE. Grayscale: #8D8D8D. Windows color (decimal): -12926127 or 5358394. OLE color: 5358394.

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

Color convert

RGB 58 195 81 -
CMYK 0.70 0 0.58 0.24
HSL 130.07º 0.54% 0.5% -
HSV(B) 130.07º 0.7% 0.76% -
XYZ 22.75 40.52 14.41 -
YUV 141.04 94.11 68.77 -
System Red Green Blue C M Y K H S L
Decimal 58 195 81 0.70 0 0.58 0.24 130.07 0.54 0.5
Hex 3A C3 51 46 0 3A 18 82 36 32
Octal 72 303 121 106 0 72 30 202 66 62
Binary 111010 11000011 1010001 1000110 0 111010 11000 10000010 110110 110010

Color Harmonies of #3AC351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC351

Black with #3AC351

Text Example


Text Example

White with #3AC351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,195,81); }

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

background-color css

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

 a { background-color: rgb(58,195,81); }

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

border-color css

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

 span { border-color: rgb(58,195,81); }

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