Html Css Color HEX #4AC238 Lime Green

📋 copy color: '#4AC238'

red 74 ◦ green 194 ◦ blue 56

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

Shades of Lime Green #4AC238

Tints of Lime Green #4AC238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.28%

R = 22.84%
G = 59.88%
B = 17.28%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#4AC238 (or 0x4AC238) is known color: Lime Green. HEX triplet: 4A, C2 and 38. RGB value is (74,194,56). Sum of RGB (Red+Green+Blue) = 74+194+56=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 194 (76.17% from 255 or 59.88% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC238 is #B53DC7. Grayscale: #8E8E8E. Windows color (decimal): -11877832 or 3719754. OLE color: 3719754.

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

Color convert

RGB 74 194 56 -
CMYK 0.62 0 0.71 0.24
HSL 112.17º 0.55% 0.49% -
HSV(B) 112.17º 0.71% 0.76% -
XYZ 22.83 40.32 10.32 -
YUV 142.39 79.24 79.22 -
System Red Green Blue C M Y K H S L
Decimal 74 194 56 0.62 0 0.71 0.24 112.17 0.55 0.49
Hex 4A C2 38 3E 0 47 18 70 37 31
Octal 112 302 70 76 0 107 30 160 67 61
Binary 1001010 11000010 111000 111110 0 1000111 11000 1110000 110111 110001

Color Harmonies of #4AC238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC238

Black with #4AC238

Text Example


Text Example

White with #4AC238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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