Html Css Color HEX #3AC140 Lime Green

📋 copy color: '#3AC140'

red 58 ◦ green 193 ◦ blue 64

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

Shades of Lime Green #3AC140

Tints of Lime Green #3AC140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 61.27%

 BLUE value IS 64 (25.39% from 255) = 20.32%

R = 18.41%
G = 61.27%
B = 20.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#3AC140 (or 0x3AC140) is known color: Lime Green. HEX triplet: 3A, C1 and 40. RGB value is (58,193,64). Sum of RGB (Red+Green+Blue) = 58+193+64=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 193 (75.78% from 255 or 61.27% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC140 is #C53EBF. Grayscale: #8A8A8A. Windows color (decimal): -12926656 or 4243770. OLE color: 4243770.

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

Color convert

RGB 58 193 64 -
CMYK 0.70 0 0.67 0.24
HSL 122.67º 0.54% 0.49% -
HSV(B) 122.67º 0.7% 0.76% -
XYZ 21.74 39.41 11.31 -
YUV 137.93 86.27 70.99 -
System Red Green Blue C M Y K H S L
Decimal 58 193 64 0.70 0 0.67 0.24 122.67 0.54 0.49
Hex 3A C1 40 46 0 43 18 7B 36 31
Octal 72 301 100 106 0 103 30 173 66 61
Binary 111010 11000001 1000000 1000110 0 1000011 11000 1111011 110110 110001

Color Harmonies of #3AC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC140

Black with #3AC140

Text Example


Text Example

White with #3AC140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,193,64); }

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

background-color css

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

 a { background-color: rgb(58,193,64); }

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

border-color css

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

 span { border-color: rgb(58,193,64); }

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