Html Css Color HEX #4CC845 Lime Green

📋 copy color: '#4CC845'

red 76 ◦ green 200 ◦ blue 69

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

Shades of Lime Green #4CC845

Tints of Lime Green #4CC845

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.97%

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

R = 22.03%
G = 57.97%
B = 20%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#4CC845 (or 0x4CC845) is known color: Lime Green. HEX triplet: 4C, C8 and 45. RGB value is (76,200,69). Sum of RGB (Red+Green+Blue) = 76+200+69=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 200 (78.52% from 255 or 57.97% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 200 - color contains mainly: green. Hex color #4CC845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC845 is #B337BA. Grayscale: #949494. Windows color (decimal): -11745211 or 4573260. OLE color: 4573260.

HSL color Cylindrical-coordinate representation of color #4CC845: hue angle of 116.79º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CC845 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 76 200 69 -
CMYK 0.62 0 0.66 0.22
HSL 116.79º 0.54% 0.53% -
HSV(B) 116.79º 0.66% 0.78% -
XYZ 24.71 43.27 12.68 -
YUV 147.99 83.42 76.65 -
System Red Green Blue C M Y K H S L
Decimal 76 200 69 0.62 0 0.66 0.22 116.79 0.54 0.53
Hex 4C C8 45 3E 0 42 16 75 36 35
Octal 114 310 105 76 0 102 26 165 66 65
Binary 1001100 11001000 1000101 111110 0 1000010 10110 1110101 110110 110101

Color Harmonies of #4CC845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC845

Black with #4CC845

Text Example


Text Example

White with #4CC845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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