Html Css Color HEX #4CD845 Lime Green

📋 copy color: '#4CD845'

red 76 ◦ green 216 ◦ blue 69

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

Shades of Lime Green #4CD845

Tints of Lime Green #4CD845

RGB

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

 GREEN value IS 216 (84.77% from 255) = 59.83%

 BLUE value IS 69 (27.34% from 255) = 19.11%

R = 21.05%
G = 59.83%
B = 19.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#4CD845 (or 0x4CD845) is known color: Lime Green. HEX triplet: 4C, D8 and 45. RGB value is (76,216,69). Sum of RGB (Red+Green+Blue) = 76+216+69=361 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.05% from 361); Green value is 216 (84.77% from 255 or 59.83% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 216 - color contains mainly: green. Hex color #4CD845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD845 is #B327BA. Grayscale: #9D9D9D. Windows color (decimal): -11741115 or 4577356. OLE color: 4577356.

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

Color convert

RGB 76 216 69 -
CMYK 0.65 0 0.68 0.15
HSL 117.14º 0.65% 0.56% -
HSV(B) 117.14º 0.68% 0.85% -
XYZ 28.61 51.08 13.98 -
YUV 157.38 78.12 69.95 -
System Red Green Blue C M Y K H S L
Decimal 76 216 69 0.65 0 0.68 0.15 117.14 0.65 0.56
Hex 4C D8 45 41 0 44 F 75 41 38
Octal 114 330 105 101 0 104 17 165 101 70
Binary 1001100 11011000 1000101 1000001 0 1000100 1111 1110101 1000001 111000

Color Harmonies of #4CD845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD845

Black with #4CD845

Text Example


Text Example

White with #4CD845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,216,69); }

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

background-color css

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

 a { background-color: rgb(76,216,69); }

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

border-color css

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

 span { border-color: rgb(76,216,69); }

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