#4CC018

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

Shades of Kelly Green #4CC018

Tints of Kelly Green #4CC018

Color information

#4CC018 (or 0x4CC018) is unknown color: approx Kelly Green. HEX triplet: 4C, C0 and 18. RGB value is (76,192,24). Sum of RGB (Red+Green+Blue) = 76+192+24=292 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.03% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC018 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CC018 is #B33FE7. Grayscale: #8A8A8A. Windows color (decimal): -11747304 or 1622092. OLE color: 1622092.

HSL color Cylindrical-coordinate representation of color #4CC018: hue angle of 101.43º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4CC018 is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB7619224-
CMYK0.6000.880.25
HSL101.43º77.78%42.35%-
HSV(B)101.43º87.5%75.29%-
XYZ21.9939.37.29-
YUV138.1663.5783.66-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.03%
GREEN value IS 192 (75.39% from 255) = 65.75%
BLUE value IS 24 (9.77% from 255) = 8.22%
R=26.03%
G=65.75%
B=8.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal76192240.6000.880.25101.4377.7842.35
Hex4CC0183C05819654e2a
Octal114300307401303114511652
Binary10011001100000011000111100010110001100111001011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,192,24); }

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

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

 a { background-color: rgb(76,192,24); }

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

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

 span { border-color: rgb(76,192,24); }

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