Html Css Color HEX #4CC138 Lime Green

📋 copy color: '#4CC138'

red 76 ◦ green 193 ◦ blue 56

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

Shades of Lime Green #4CC138

Tints of Lime Green #4CC138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.23%

R = 23.38%
G = 59.38%
B = 17.23%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#4CC138 (or 0x4CC138) is known color: Lime Green. HEX triplet: 4C, C1 and 38. RGB value is (76,193,56). Sum of RGB (Red+Green+Blue) = 76+193+56=325 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.38% from 325); Green value is 193 (75.78% from 255 or 59.38% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC138 is #B33EC7. Grayscale: #8E8E8E. Windows color (decimal): -11747016 or 3719500. OLE color: 3719500.

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

Color convert

RGB 76 193 56 -
CMYK 0.61 0 0.71 0.24
HSL 111.24º 0.55% 0.49% -
HSV(B) 111.24º 0.71% 0.76% -
XYZ 22.76 39.96 10.26 -
YUV 142.4 79.24 80.64 -
System Red Green Blue C M Y K H S L
Decimal 76 193 56 0.61 0 0.71 0.24 111.24 0.55 0.49
Hex 4C C1 38 3D 0 47 18 6F 37 31
Octal 114 301 70 75 0 107 30 157 67 61
Binary 1001100 11000001 111000 111101 0 1000111 11000 1101111 110111 110001

Color Harmonies of #4CC138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC138

Black with #4CC138

Text Example


Text Example

White with #4CC138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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