Html Css Color HEX #4ACF4D Lime Green

📋 copy color: '#4ACF4D'

red 74 ◦ green 207 ◦ blue 77

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

Shades of Lime Green #4ACF4D

Tints of Lime Green #4ACF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.51%

R = 20.67%
G = 57.82%
B = 21.51%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#4ACF4D (or 0x4ACF4D) is known color: Lime Green. HEX triplet: 4A, CF and 4D. RGB value is (74,207,77). Sum of RGB (Red+Green+Blue) = 74+207+77=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 207 (81.25% from 255 or 57.82% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACF4D is #B530B2. Grayscale: #989898. Windows color (decimal): -11874483 or 5099338. OLE color: 5099338.

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

Color convert

RGB 74 207 77 -
CMYK 0.64 0 0.63 0.19
HSL 121.35º 0.58% 0.55% -
HSV(B) 121.35º 0.64% 0.81% -
XYZ 26.48 46.62 14.62 -
YUV 152.41 85.44 72.07 -
System Red Green Blue C M Y K H S L
Decimal 74 207 77 0.64 0 0.63 0.19 121.35 0.58 0.55
Hex 4A CF 4D 40 0 3F 13 79 3A 37
Octal 112 317 115 100 0 77 23 171 72 67
Binary 1001010 11001111 1001101 1000000 0 111111 10011 1111001 111010 110111

Color Harmonies of #4ACF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACF4D

Black with #4ACF4D

Text Example


Text Example

White with #4ACF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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