Html Css Color HEX #4DCC46 Lime Green

📋 copy color: '#4DCC46'

red 77 ◦ green 204 ◦ blue 70

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

Shades of Lime Green #4DCC46

Tints of Lime Green #4DCC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.94%

R = 21.94%
G = 58.12%
B = 19.94%

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

#4DCC46 (or 0x4DCC46) is known color: Lime Green. HEX triplet: 4D, CC and 46. RGB value is (77,204,70). Sum of RGB (Red+Green+Blue) = 77+204+70=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 204 (80.08% from 255 or 58.12% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCC46 is #B233B9. Grayscale: #979797. Windows color (decimal): -11678650 or 4639821. OLE color: 4639821.

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

Color convert

RGB 77 204 70 -
CMYK 0.62 0 0.66 0.2
HSL 116.87º 0.57% 0.54% -
HSV(B) 116.87º 0.66% 0.8% -
XYZ 25.76 45.21 13.16 -
YUV 150.75 82.42 75.4 -
System Red Green Blue C M Y K H S L
Decimal 77 204 70 0.62 0 0.66 0.2 116.87 0.57 0.54
Hex 4D CC 46 3E 0 42 14 75 39 36
Octal 115 314 106 76 0 102 24 165 71 66
Binary 1001101 11001100 1000110 111110 0 1000010 10100 1110101 111001 110110

Color Harmonies of #4DCC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCC46

Black with #4DCC46

Text Example


Text Example

White with #4DCC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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