Html Css Color HEX #4CC140 Lime Green

📋 copy color: '#4CC140'

red 76 ◦ green 193 ◦ blue 64

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

Shades of Lime Green #4CC140

Tints of Lime Green #4CC140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.96%

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

R = 22.82%
G = 57.96%
B = 19.22%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#4CC140 (or 0x4CC140) is known color: Lime Green. HEX triplet: 4C, C1 and 40. RGB value is (76,193,64). Sum of RGB (Red+Green+Blue) = 76+193+64=333 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.82% from 333); Green value is 193 (75.78% from 255 or 57.96% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC140 is #B33EBF. Grayscale: #8F8F8F. Windows color (decimal): -11747008 or 4243788. OLE color: 4243788.

HSL color Cylindrical-coordinate representation of color #4CC140: hue angle of 114.42º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CC140 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 76 193 64 -
CMYK 0.61 0 0.67 0.24
HSL 114.42º 0.51% 0.5% -
HSV(B) 114.42º 0.67% 0.76% -
XYZ 22.98 40.05 11.37 -
YUV 143.31 83.24 79.99 -
System Red Green Blue C M Y K H S L
Decimal 76 193 64 0.61 0 0.67 0.24 114.42 0.51 0.5
Hex 4C C1 40 3D 0 43 18 72 33 32
Octal 114 301 100 75 0 103 30 162 63 62
Binary 1001100 11000001 1000000 111101 0 1000011 11000 1110010 110011 110010

Color Harmonies of #4CC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC140

Black with #4CC140

Text Example


Text Example

White with #4CC140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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