Html Css Color HEX #4ACF2C Lime Green

📋 copy color: '#4ACF2C'

red 74 ◦ green 207 ◦ blue 44

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

Shades of Lime Green #4ACF2C

Tints of Lime Green #4ACF2C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 63.69%

 BLUE value IS 44 (17.58% from 255) = 13.54%

R = 22.77%
G = 63.69%
B = 13.54%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#4ACF2C (or 0x4ACF2C) is known color: Lime Green. HEX triplet: 4A, CF and 2C. RGB value is (74,207,44). Sum of RGB (Red+Green+Blue) = 74+207+44=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 207 (81.25% from 255 or 63.69% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACF2C is #B530D3. Grayscale: #959595. Windows color (decimal): -11874516 or 2936650. OLE color: 2936650.

HSL color Cylindrical-coordinate representation of color #4ACF2C: hue angle of 108.96º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4ACF2C is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 207 44 -
CMYK 0.64 0 0.79 0.19
HSL 108.96º 0.65% 0.49% -
HSV(B) 108.96º 0.79% 0.81% -
XYZ 25.59 46.26 9.96 -
YUV 148.65 68.94 74.75 -
System Red Green Blue C M Y K H S L
Decimal 74 207 44 0.64 0 0.79 0.19 108.96 0.65 0.49
Hex 4A CF 2C 40 0 4F 13 6D 41 31
Octal 112 317 54 100 0 117 23 155 101 61
Binary 1001010 11001111 101100 1000000 0 1001111 10011 1101101 1000001 110001

Color Harmonies of #4ACF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACF2C

Black with #4ACF2C

Text Example


Text Example

White with #4ACF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,207,44); }

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

background-color css

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

 a { background-color: rgb(74,207,44); }

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

border-color css

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

 span { border-color: rgb(74,207,44); }

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