#4CBE38

Color #4CBE38 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #4CBE38

Tints of Lime Green #4CBE38

Color information

#4CBE38 (or 0x4CBE38) is unknown color: approx Lime Green. HEX triplet: 4C, BE and 38. RGB value is (76,190,56). Sum of RGB (Red+Green+Blue) = 76+190+56=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 190 (74.61% from 255 or 59.01% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 190 - color contains mainly: green. Hex color #4CBE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBE38 is #B341C7. Grayscale: #8D8D8D. Windows color (decimal): -11747784 or 3718732. OLE color: 3718732.

HSL color Cylindrical-coordinate representation of color #4CBE38: hue angle of 111.04º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4CBE38 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB7619056-
CMYK0.6000.710.25
HSL111.04º54.47%48.24%-
HSV(B)111.04º70.53%74.51%-
XYZ22.1138.6510.04-
YUV140.6480.2381.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.60%
GREEN value IS 190 (74.61% from 255) = 59.01%
BLUE value IS 56 (22.27% from 255) = 17.39%
R=23.60%
G=59.01%
B=17.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal76190560.6000.710.25111.0454.4748.24
Hex4CBE383C047196f3630
Octal11427670740107311576660
Binary10011001011111011100011110001000111110011101111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4CBE38;
 }
 .AnyTagClassName
 {
   color: #4CBE38;
 }
</style>
background-color css

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

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

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

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

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

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