Html Css Color HEX #4CCA00 Kelly Green

📋 copy color: '#4CCA00'

red 76 ◦ green 202 ◦ blue 0

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

Shades of Kelly Green #4CCA00

Tints of Kelly Green #4CCA00

RGB

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

 GREEN value IS 202 (79.3% from 255) = 72.66%

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

R = 27.34%
G = 72.66%
B = 0%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#4CCA00 (or 0x4CCA00) is known color: Kelly Green. HEX triplet: 4C, CA and 00. RGB value is (76,202,0). Sum of RGB (Red+Green+Blue) = 76+202+0=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 202 (79.30% from 255 or 72.66% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CCA00 is #B335FF. Grayscale: #8D8D8D. Windows color (decimal): -11744768 or 51788. OLE color: 51788.

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

Color convert

RGB 76 202 0 -
CMYK 0.62 0 1 0.21
HSL 97.43º 1% 0.4% -
HSV(B) 97.43º 1% 0.79% -
XYZ 24.1 43.78 7.18 -
YUV 141.3 48.26 81.43 -
System Red Green Blue C M Y K H S L
Decimal 76 202 0 0.62 0 1 0.21 97.43 1 0.4
Hex 4C CA 0 3E 0 64 15 61 64 28
Octal 114 312 0 76 0 144 25 141 144 50
Binary 1001100 11001010 0 111110 0 1100100 10101 1100001 1100100 101000

Color Harmonies of #4CCA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCA00

Black with #4CCA00

Text Example


Text Example

White with #4CCA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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