Html Css Color HEX #4CB400 Kelly Green

📋 copy color: '#4CB400'

red 76 ◦ green 180 ◦ blue 0

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

Shades of Kelly Green #4CB400

Tints of Kelly Green #4CB400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 70.31%

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

R = 29.69%
G = 70.31%
B = 0%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#4CB400 (or 0x4CB400) is known color: Kelly Green. HEX triplet: 4C, B4 and 00. RGB value is (76,180,0). Sum of RGB (Red+Green+Blue) = 76+180+0=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 180 (70.70% from 255 or 70.31% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CB400 is #B34BFF. Grayscale: #818181. Windows color (decimal): -11750400 or 46156. OLE color: 46156.

HSL color Cylindrical-coordinate representation of color #4CB400: hue angle of 94.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4CB400 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 76 180 0 -
CMYK 0.58 0 1 0.29
HSL 94.67º 1% 0.35% -
HSV(B) 94.67º 1% 0.71% -
XYZ 19.3 34.18 5.58 -
YUV 128.38 55.54 90.64 -
System Red Green Blue C M Y K H S L
Decimal 76 180 0 0.58 0 1 0.29 94.67 1 0.35
Hex 4C B4 0 3A 0 64 1D 5F 64 23
Octal 114 264 0 72 0 144 35 137 144 43
Binary 1001100 10110100 0 111010 0 1100100 11101 1011111 1100100 100011

Color Harmonies of #4CB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB400

Black with #4CB400

Text Example


Text Example

White with #4CB400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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