Html Css Color HEX #4AC232 Lime Green

📋 copy color: '#4AC232'

red 74 ◦ green 194 ◦ blue 50

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

Shades of Lime Green #4AC232

Tints of Lime Green #4AC232

RGB

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

 GREEN value IS 194 (76.17% from 255) = 61.01%

 BLUE value IS 50 (19.92% from 255) = 15.72%

R = 23.27%
G = 61.01%
B = 15.72%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#4AC232 (or 0x4AC232) is known color: Lime Green. HEX triplet: 4A, C2 and 32. RGB value is (74,194,50). Sum of RGB (Red+Green+Blue) = 74+194+50=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 194 (76.17% from 255 or 61.01% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC232 is #B53DCD. Grayscale: #8E8E8E. Windows color (decimal): -11877838 or 3326538. OLE color: 3326538.

HSL color Cylindrical-coordinate representation of color #4AC232: hue angle of 110º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4AC232 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 74 194 50 -
CMYK 0.62 0 0.74 0.24
HSL 110º 0.59% 0.48% -
HSV(B) 110º 0.74% 0.76% -
XYZ 22.69 40.27 9.59 -
YUV 141.7 76.24 79.71 -
System Red Green Blue C M Y K H S L
Decimal 74 194 50 0.62 0 0.74 0.24 110 0.59 0.48
Hex 4A C2 32 3E 0 4A 18 6E 3B 30
Octal 112 302 62 76 0 112 30 156 73 60
Binary 1001010 11000010 110010 111110 0 1001010 11000 1101110 111011 110000

Color Harmonies of #4AC232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC232

Black with #4AC232

Text Example


Text Example

White with #4AC232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,194,50); }

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

background-color css

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

 a { background-color: rgb(74,194,50); }

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

border-color css

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

 span { border-color: rgb(74,194,50); }

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