#4ace28

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

Shades of Kelly Green #4ACE28

Tints of Kelly Green #4ACE28

Color information

#4ACE28 (or 0x4ACE28) is unknown color: approx Kelly Green. HEX triplet: 4A, CE and 28. RGB value is (74,206,40). Sum of RGB (Red+Green+Blue) = 74+206+40=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 206 (80.86% from 255 or 64.38% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACE28 is #B531D7. Grayscale: #949494. Windows color (decimal): -11874776 or 2674250. OLE color: 2674250.

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

Color convert

RGB7420640-
CMYK0.6400.810.19
HSL107.71º67.48%48.24%-
HSV(B)107.71º80.58%80.78%-
XYZ25.2845.759.51-
YUV147.6167.2775.5-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.12%
GREEN value IS 206 (80.86% from 255) = 64.38%
BLUE value IS 40 (16.02% from 255) = 12.5%
R=23.12%
G=64.38%
B=12.5%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal74206400.6400.810.19107.7167.4848.24
Hex4ACE2840051136c4330
Octal1123165010001212315410360
Binary1001010110011101010001000000010100011001111011001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ace28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,206,40); }

 H1.HeaderClassName
 {
   color: #4ace28;
 }
 .AnyTagClassName
 {
   color: #4ace28;
 }
</style>
background-color css

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

 a { background-color: rgb(74,206,40); }

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

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

 span { border-color: rgb(74,206,40); }

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