Html Css Color HEX #4DCD41 Lime Green

📋 copy color: '#4DCD41'

red 77 ◦ green 205 ◦ blue 65

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

Shades of Lime Green #4DCD41

Tints of Lime Green #4DCD41

RGB

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

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

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

R = 22.19%
G = 59.08%
B = 18.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#4DCD41 (or 0x4DCD41) is known color: Lime Green. HEX triplet: 4D, CD and 41. RGB value is (77,205,65). Sum of RGB (Red+Green+Blue) = 77+205+65=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 205 (80.47% from 255 or 59.08% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCD41 is #B232BE. Grayscale: #979797. Windows color (decimal): -11678399 or 4312397. OLE color: 4312397.

HSL color Cylindrical-coordinate representation of color #4DCD41: hue angle of 114.86º 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 #4DCD41 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 205 65 -
CMYK 0.62 0 0.68 0.20
HSL 114.86º 0.58% 0.53% -
HSV(B) 114.86º 0.68% 0.8% -
XYZ 25.85 45.62 12.44 -
YUV 150.77 79.59 75.38 -
System Red Green Blue C M Y K H S L
Decimal 77 205 65 0.62 0 0.68 0.20 114.86 0.58 0.53
Hex 4D CD 41 3E 0 44 14 73 3A 35
Octal 115 315 101 76 0 104 24 163 72 65
Binary 1001101 11001101 1000001 111110 0 1000100 10100 1110011 111010 110101

Color Harmonies of #4DCD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCD41

Black with #4DCD41

Text Example


Text Example

White with #4DCD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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