Html Css Color HEX #4CDD40 Lime Green

📋 copy color: '#4CDD40'

red 76 ◦ green 221 ◦ blue 64

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

Shades of Lime Green #4CDD40

Tints of Lime Green #4CDD40

RGB

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

 GREEN value IS 221 (86.72% from 255) = 61.22%

 BLUE value IS 64 (25.39% from 255) = 17.73%

R = 21.05%
G = 61.22%
B = 17.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#4CDD40 (or 0x4CDD40) is known color: Lime Green. HEX triplet: 4C, DD and 40. RGB value is (76,221,64). Sum of RGB (Red+Green+Blue) = 76+221+64=361 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.05% from 361); Green value is 221 (86.72% from 255 or 61.22% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDD40 is #B322BF. Grayscale: #A0A0A0. Windows color (decimal): -11739840 or 4250956. OLE color: 4250956.

HSL color Cylindrical-coordinate representation of color #4CDD40: hue angle of 115.41º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4CDD40 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 221 64 -
CMYK 0.66 0 0.71 0.13
HSL 115.41º 0.7% 0.56% -
HSV(B) 115.41º 0.71% 0.87% -
XYZ 29.76 53.62 13.63 -
YUV 159.75 73.96 68.27 -
System Red Green Blue C M Y K H S L
Decimal 76 221 64 0.66 0 0.71 0.13 115.41 0.7 0.56
Hex 4C DD 40 42 0 47 D 73 46 38
Octal 114 335 100 102 0 107 15 163 106 70
Binary 1001100 11011101 1000000 1000010 0 1000111 1101 1110011 1000110 111000

Color Harmonies of #4CDD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDD40

Black with #4CDD40

Text Example


Text Example

White with #4CDD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,221,64); }

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

background-color css

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

 a { background-color: rgb(76,221,64); }

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

border-color css

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

 span { border-color: rgb(76,221,64); }

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