Html Css Color HEX #3AC141 Lime Green

📋 copy color: '#3AC141'

red 58 ◦ green 193 ◦ blue 65

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

Shades of Lime Green #3AC141

Tints of Lime Green #3AC141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.57%

R = 18.35%
G = 61.08%
B = 20.57%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#3AC141 (or 0x3AC141) is known color: Lime Green. HEX triplet: 3A, C1 and 41. RGB value is (58,193,65). Sum of RGB (Red+Green+Blue) = 58+193+65=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 193 (75.78% from 255 or 61.08% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC141 is #C53EBE. Grayscale: #8A8A8A. Windows color (decimal): -12926655 or 4309306. OLE color: 4309306.

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

Color convert

RGB 58 193 65 -
CMYK 0.70 0 0.66 0.24
HSL 123.11º 0.54% 0.49% -
HSV(B) 123.11º 0.7% 0.76% -
XYZ 21.77 39.42 11.46 -
YUV 138.04 86.77 70.91 -
System Red Green Blue C M Y K H S L
Decimal 58 193 65 0.70 0 0.66 0.24 123.11 0.54 0.49
Hex 3A C1 41 46 0 42 18 7B 36 31
Octal 72 301 101 106 0 102 30 173 66 61
Binary 111010 11000001 1000001 1000110 0 1000010 11000 1111011 110110 110001

Color Harmonies of #3AC141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC141

Black with #3AC141

Text Example


Text Example

White with #3AC141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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