Html Css Color HEX #4AC93F Lime Green

📋 copy color: '#4AC93F'

red 74 ◦ green 201 ◦ blue 63

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

Shades of Lime Green #4AC93F

Tints of Lime Green #4AC93F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 59.47%

 BLUE value IS 63 (25% from 255) = 18.64%

R = 21.89%
G = 59.47%
B = 18.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#4AC93F (or 0x4AC93F) is known color: Lime Green. HEX triplet: 4A, C9 and 3F. RGB value is (74,201,63). Sum of RGB (Red+Green+Blue) = 74+201+63=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 201 (78.91% from 255 or 59.47% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 201 - color contains mainly: green. Hex color #4AC93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC93F is #B536C0. Grayscale: #939393. Windows color (decimal): -11876033 or 4180298. OLE color: 4180298.

HSL color Cylindrical-coordinate representation of color #4AC93F: hue angle of 115.22º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AC93F is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 74 201 63 -
CMYK 0.63 0 0.69 0.21
HSL 115.22º 0.56% 0.52% -
HSV(B) 115.22º 0.69% 0.79% -
XYZ 24.61 43.59 11.82 -
YUV 147.3 80.42 75.72 -
System Red Green Blue C M Y K H S L
Decimal 74 201 63 0.63 0 0.69 0.21 115.22 0.56 0.52
Hex 4A C9 3F 3F 0 45 15 73 38 34
Octal 112 311 77 77 0 105 25 163 70 64
Binary 1001010 11001001 111111 111111 0 1000101 10101 1110011 111000 110100

Color Harmonies of #4AC93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC93F

Black with #4AC93F

Text Example


Text Example

White with #4AC93F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,201,63); }

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

background-color css

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

 a { background-color: rgb(74,201,63); }

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

border-color css

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

 span { border-color: rgb(74,201,63); }

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