Html Css Color HEX #4ACF39 Lime Green

📋 copy color: '#4ACF39'

red 74 ◦ green 207 ◦ blue 57

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

Shades of Lime Green #4ACF39

Tints of Lime Green #4ACF39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.86%

R = 21.89%
G = 61.24%
B = 16.86%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#4ACF39 (or 0x4ACF39) is known color: Lime Green. HEX triplet: 4A, CF and 39. RGB value is (74,207,57). Sum of RGB (Red+Green+Blue) = 74+207+57=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 207 (81.25% from 255 or 61.24% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACF39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACF39 is #B530C6. Grayscale: #969696. Windows color (decimal): -11874503 or 3788618. OLE color: 3788618.

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

Color convert

RGB 74 207 57 -
CMYK 0.64 0 0.72 0.19
HSL 113.2º 0.61% 0.52% -
HSV(B) 113.2º 0.72% 0.81% -
XYZ 25.88 46.38 11.46 -
YUV 150.13 75.44 73.7 -
System Red Green Blue C M Y K H S L
Decimal 74 207 57 0.64 0 0.72 0.19 113.2 0.61 0.52
Hex 4A CF 39 40 0 48 13 71 3D 34
Octal 112 317 71 100 0 110 23 161 75 64
Binary 1001010 11001111 111001 1000000 0 1001000 10011 1110001 111101 110100

Color Harmonies of #4ACF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACF39

Black with #4ACF39

Text Example


Text Example

White with #4ACF39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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