Html Css Color HEX #4ACB40 Lime Green

📋 copy color: '#4ACB40'

red 74 ◦ green 203 ◦ blue 64

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

Shades of Lime Green #4ACB40

Tints of Lime Green #4ACB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 59.53%

 BLUE value IS 64 (25.39% from 255) = 18.77%

R = 21.7%
G = 59.53%
B = 18.77%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#4ACB40 (or 0x4ACB40) is known color: Lime Green. HEX triplet: 4A, CB and 40. RGB value is (74,203,64). Sum of RGB (Red+Green+Blue) = 74+203+64=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 203 (79.69% from 255 or 59.53% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACB40 is #B534BF. Grayscale: #959595. Windows color (decimal): -11875520 or 4246346. OLE color: 4246346.

HSL color Cylindrical-coordinate representation of color #4ACB40: hue angle of 115.68º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ACB40 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 203 64 -
CMYK 0.64 0 0.68 0.20
HSL 115.68º 0.57% 0.52% -
HSV(B) 115.68º 0.68% 0.8% -
XYZ 25.11 44.54 12.12 -
YUV 148.58 80.26 74.8 -
System Red Green Blue C M Y K H S L
Decimal 74 203 64 0.64 0 0.68 0.20 115.68 0.57 0.52
Hex 4A CB 40 40 0 44 14 74 39 34
Octal 112 313 100 100 0 104 24 164 71 64
Binary 1001010 11001011 1000000 1000000 0 1000100 10100 1110100 111001 110100

Color Harmonies of #4ACB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACB40

Black with #4ACB40

Text Example


Text Example

White with #4ACB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,203,64); }

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

background-color css

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

 a { background-color: rgb(74,203,64); }

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

border-color css

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

 span { border-color: rgb(74,203,64); }

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