Html Css Color HEX #4CDA40 Lime Green

📋 copy color: '#4CDA40'

red 76 ◦ green 218 ◦ blue 64

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

Shades of Lime Green #4CDA40

Tints of Lime Green #4CDA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 60.89%

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

R = 21.23%
G = 60.89%
B = 17.88%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#4CDA40 (or 0x4CDA40) is known color: Lime Green. HEX triplet: 4C, DA and 40. RGB value is (76,218,64). Sum of RGB (Red+Green+Blue) = 76+218+64=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 218 (85.55% from 255 or 60.89% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 218 - color contains mainly: green. Hex color #4CDA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDA40 is #B325BF. Grayscale: #9E9E9E. Windows color (decimal): -11740608 or 4250188. OLE color: 4250188.

HSL color Cylindrical-coordinate representation of color #4CDA40: hue angle of 115.32º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4CDA40 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 76 218 64 -
CMYK 0.65 0 0.71 0.15
HSL 115.32º 0.68% 0.55% -
HSV(B) 115.32º 0.71% 0.85% -
XYZ 28.98 52.05 13.37 -
YUV 157.99 74.96 69.52 -
System Red Green Blue C M Y K H S L
Decimal 76 218 64 0.65 0 0.71 0.15 115.32 0.68 0.55
Hex 4C DA 40 41 0 47 F 73 44 37
Octal 114 332 100 101 0 107 17 163 104 67
Binary 1001100 11011010 1000000 1000001 0 1000111 1111 1110011 1000100 110111

Color Harmonies of #4CDA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDA40

Black with #4CDA40

Text Example


Text Example

White with #4CDA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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