Html Css Color HEX #4DCC41 Lime Green

📋 copy color: '#4DCC41'

red 77 ◦ green 204 ◦ blue 65

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

Shades of Lime Green #4DCC41

Tints of Lime Green #4DCC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.79%

R = 22.25%
G = 58.96%
B = 18.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#4DCC41 (or 0x4DCC41) is known color: Lime Green. HEX triplet: 4D, CC and 41. RGB value is (77,204,65). Sum of RGB (Red+Green+Blue) = 77+204+65=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 204 (80.08% from 255 or 58.96% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCC41 is #B233BE. Grayscale: #969696. Windows color (decimal): -11678655 or 4312141. OLE color: 4312141.

HSL color Cylindrical-coordinate representation of color #4DCC41: hue angle of 114.82º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DCC41 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 77 204 65 -
CMYK 0.62 0 0.68 0.2
HSL 114.82º 0.58% 0.53% -
HSV(B) 114.82º 0.68% 0.8% -
XYZ 25.61 45.15 12.37 -
YUV 150.18 79.92 75.8 -
System Red Green Blue C M Y K H S L
Decimal 77 204 65 0.62 0 0.68 0.2 114.82 0.58 0.53
Hex 4D CC 41 3E 0 44 14 73 3A 35
Octal 115 314 101 76 0 104 24 163 72 65
Binary 1001101 11001100 1000001 111110 0 1000100 10100 1110011 111010 110101

Color Harmonies of #4DCC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCC41

Black with #4DCC41

Text Example


Text Example

White with #4DCC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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