Html Css Color HEX #4CCC00 Kelly Green

📋 copy color: '#4CCC00'

red 76 ◦ green 204 ◦ blue 0

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

Shades of Kelly Green #4CCC00

Tints of Kelly Green #4CCC00

RGB

 RED value IS 76 (30.08% from 255) = 27.14%

 GREEN value IS 204 (80.08% from 255) = 72.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 27.14%
G = 72.86%
B = 0%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#4CCC00 (or 0x4CCC00) is known color: Kelly Green. HEX triplet: 4C, CC and 00. RGB value is (76,204,0). Sum of RGB (Red+Green+Blue) = 76+204+0=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 204 (80.08% from 255 or 72.86% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CCC00 is #B333FF. Grayscale: #8F8F8F. Windows color (decimal): -11744256 or 52300. OLE color: 52300.

HSL color Cylindrical-coordinate representation of color #4CCC00: hue angle of 97.65º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4CCC00 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 76 204 0 -
CMYK 0.63 0 1 0.2
HSL 97.65º 1% 0.4% -
HSV(B) 97.65º 1% 0.8% -
XYZ 24.57 44.72 7.34 -
YUV 142.47 47.59 80.59 -
System Red Green Blue C M Y K H S L
Decimal 76 204 0 0.63 0 1 0.2 97.65 1 0.4
Hex 4C CC 0 3F 0 64 14 62 64 28
Octal 114 314 0 77 0 144 24 142 144 50
Binary 1001100 11001100 0 111111 0 1100100 10100 1100010 1100100 101000

Color Harmonies of #4CCC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCC00

Black with #4CCC00

Text Example


Text Example

White with #4CCC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,204,0); }

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

background-color css

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

 a { background-color: rgb(76,204,0); }

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

border-color css

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

 span { border-color: rgb(76,204,0); }

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