Html Css Color HEX #3AC450 Lime Green

📋 copy color: '#3AC450'

red 58 ◦ green 196 ◦ blue 80

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

Shades of Lime Green #3AC450

Tints of Lime Green #3AC450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.95%

R = 17.37%
G = 58.68%
B = 23.95%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#3AC450 (or 0x3AC450) is known color: Lime Green. HEX triplet: 3A, C4 and 50. RGB value is (58,196,80). Sum of RGB (Red+Green+Blue) = 58+196+80=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 196 (76.95% from 255 or 58.68% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC450 is #C53BAF. Grayscale: #8D8D8D. Windows color (decimal): -12925872 or 5293114. OLE color: 5293114.

HSL color Cylindrical-coordinate representation of color #3AC450: hue angle of 129.57º 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 #3AC450 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 58 196 80 -
CMYK 0.70 0 0.59 0.23
HSL 129.57º 0.54% 0.5% -
HSV(B) 129.57º 0.7% 0.77% -
XYZ 22.93 40.96 14.29 -
YUV 141.51 93.28 68.43 -
System Red Green Blue C M Y K H S L
Decimal 58 196 80 0.70 0 0.59 0.23 129.57 0.54 0.5
Hex 3A C4 50 46 0 3B 17 82 36 32
Octal 72 304 120 106 0 73 27 202 66 62
Binary 111010 11000100 1010000 1000110 0 111011 10111 10000010 110110 110010

Color Harmonies of #3AC450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC450

Black with #3AC450

Text Example


Text Example

White with #3AC450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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