#4ACF39

Color #4ACF39 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #4ACF39

Tints of Lime Green #4ACF39

Color information

#4ACF39 (or 0x4ACF39) is unknown color: approx 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

RGB7420757-
CMYK0.6400.720.19
HSL113.2º60.98%51.76%-
HSV(B)113.2º72.46%81.18%-
XYZ25.8846.3811.46-
YUV150.1375.4473.7-

RGB Variations

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

RGB

RED value IS 74 (29.30% 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 (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal74207570.6400.720.19113.260.9851.76
Hex4ACF394004813713d34
Octal112317711000110231617564
Binary100101011001111111001100000001001000100111110001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>