Html Css Color HEX #3AC136 Lime Green

📋 copy color: '#3AC136'

red 58 ◦ green 193 ◦ blue 54

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

Shades of Lime Green #3AC136

Tints of Lime Green #3AC136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.7%

R = 19.02%
G = 63.28%
B = 17.7%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#3AC136 (or 0x3AC136) is known color: Lime Green. HEX triplet: 3A, C1 and 36. RGB value is (58,193,54). Sum of RGB (Red+Green+Blue) = 58+193+54=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 193 (75.78% from 255 or 63.28% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC136 is #C53EC9. Grayscale: #898989. Windows color (decimal): -12926666 or 3588410. OLE color: 3588410.

HSL color Cylindrical-coordinate representation of color #3AC136: hue angle of 118.27º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AC136 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 58 193 54 -
CMYK 0.70 0 0.72 0.24
HSL 118.27º 0.56% 0.48% -
HSV(B) 118.27º 0.72% 0.76% -
XYZ 21.48 39.31 9.94 -
YUV 136.79 81.27 71.8 -
System Red Green Blue C M Y K H S L
Decimal 58 193 54 0.70 0 0.72 0.24 118.27 0.56 0.48
Hex 3A C1 36 46 0 48 18 76 38 30
Octal 72 301 66 106 0 110 30 166 70 60
Binary 111010 11000001 110110 1000110 0 1001000 11000 1110110 111000 110000

Color Harmonies of #3AC136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC136

Black with #3AC136

Text Example


Text Example

White with #3AC136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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