Html Css Color HEX #4CCD45 Lime Green

📋 copy color: '#4CCD45'

red 76 ◦ green 205 ◦ blue 69

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

Shades of Lime Green #4CCD45

Tints of Lime Green #4CCD45

RGB

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

 GREEN value IS 205 (80.47% from 255) = 58.57%

 BLUE value IS 69 (27.34% from 255) = 19.71%

R = 21.71%
G = 58.57%
B = 19.71%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#4CCD45 (or 0x4CCD45) is known color: Lime Green. HEX triplet: 4C, CD and 45. RGB value is (76,205,69). Sum of RGB (Red+Green+Blue) = 76+205+69=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 205 (80.47% from 255 or 58.57% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCD45 is #B332BA. Grayscale: #979797. Windows color (decimal): -11743931 or 4574540. OLE color: 4574540.

HSL color Cylindrical-coordinate representation of color #4CCD45: hue angle of 116.91º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CCD45 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 205 69 -
CMYK 0.63 0 0.66 0.20
HSL 116.91º 0.58% 0.54% -
HSV(B) 116.91º 0.66% 0.8% -
XYZ 25.89 45.63 13.07 -
YUV 150.93 81.76 74.56 -
System Red Green Blue C M Y K H S L
Decimal 76 205 69 0.63 0 0.66 0.20 116.91 0.58 0.54
Hex 4C CD 45 3F 0 42 14 75 3A 36
Octal 114 315 105 77 0 102 24 165 72 66
Binary 1001100 11001101 1000101 111111 0 1000010 10100 1110101 111010 110110

Color Harmonies of #4CCD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCD45

Black with #4CCD45

Text Example


Text Example

White with #4CCD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,205,69); }

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

background-color css

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

 a { background-color: rgb(76,205,69); }

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

border-color css

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

 span { border-color: rgb(76,205,69); }

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