Html Css Color HEX #4AC136 Lime Green

📋 copy color: '#4AC136'

red 74 ◦ green 193 ◦ blue 54

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

Shades of Lime Green #4AC136

Tints of Lime Green #4AC136

RGB

 RED value IS 74 (29.3% from 255) = 23.05%

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

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

R = 23.05%
G = 60.12%
B = 16.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#4AC136 (or 0x4AC136) is known color: Lime Green. HEX triplet: 4A, C1 and 36. RGB value is (74,193,54). Sum of RGB (Red+Green+Blue) = 74+193+54=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 193 (75.78% from 255 or 60.12% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 193 - color contains mainly: green. Hex color #4AC136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC136 is #B53EC9. Grayscale: #8E8E8E. Windows color (decimal): -11878090 or 3588426. OLE color: 3588426.

HSL color Cylindrical-coordinate representation of color #4AC136: hue angle of 111.37º 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 #4AC136 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 74 193 54 -
CMYK 0.62 0 0.72 0.24
HSL 111.37º 0.56% 0.48% -
HSV(B) 111.37º 0.72% 0.76% -
XYZ 22.56 39.86 10 -
YUV 141.57 78.58 79.8 -
System Red Green Blue C M Y K H S L
Decimal 74 193 54 0.62 0 0.72 0.24 111.37 0.56 0.48
Hex 4A C1 36 3E 0 48 18 6F 38 30
Octal 112 301 66 76 0 110 30 157 70 60
Binary 1001010 11000001 110110 111110 0 1001000 11000 1101111 111000 110000

Color Harmonies of #4AC136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC136

Black with #4AC136

Text Example


Text Example

White with #4AC136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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