Html Css Color HEX #4DCC45 Lime Green

📋 copy color: '#4DCC45'

red 77 ◦ green 204 ◦ blue 69

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

Shades of Lime Green #4DCC45

Tints of Lime Green #4DCC45

RGB

 RED value IS 77 (30.47% from 255) = 22%

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

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

R = 22%
G = 58.29%
B = 19.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#4DCC45 (or 0x4DCC45) is known color: Lime Green. HEX triplet: 4D, CC and 45. RGB value is (77,204,69). Sum of RGB (Red+Green+Blue) = 77+204+69=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 204 (80.08% from 255 or 58.29% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCC45 is #B233BA. Grayscale: #979797. Windows color (decimal): -11678651 or 4574285. OLE color: 4574285.

HSL color Cylindrical-coordinate representation of color #4DCC45: hue angle of 116.44º degrees, saturation: 0.57, 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 #4DCC45 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 77 204 69 -
CMYK 0.62 0 0.66 0.2
HSL 116.44º 0.57% 0.54% -
HSV(B) 116.44º 0.66% 0.8% -
XYZ 25.73 45.19 13 -
YUV 150.64 81.92 75.48 -
System Red Green Blue C M Y K H S L
Decimal 77 204 69 0.62 0 0.66 0.2 116.44 0.57 0.54
Hex 4D CC 45 3E 0 42 14 74 39 36
Octal 115 314 105 76 0 102 24 164 71 66
Binary 1001101 11001100 1000101 111110 0 1000010 10100 1110100 111001 110110

Color Harmonies of #4DCC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCC45

Black with #4DCC45

Text Example


Text Example

White with #4DCC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,204,69); }

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

background-color css

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

 a { background-color: rgb(77,204,69); }

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

border-color css

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

 span { border-color: rgb(77,204,69); }

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