#4BC238

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

Shades of Lime Green #4BC238

Tints of Lime Green #4BC238

Color information

#4BC238 (or 0x4BC238) is unknown color: approx Lime Green. HEX triplet: 4B, C2 and 38. RGB value is (75,194,56). Sum of RGB (Red+Green+Blue) = 75+194+56=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #4BC238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC238 is #B43DC7. Grayscale: #8F8F8F. Windows color (decimal): -11812296 or 3719755. OLE color: 3719755.

HSL color Cylindrical-coordinate representation of color #4BC238: hue angle of 111.74º 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 #4BC238 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB7519456-
CMYK0.6100.710.24
HSL111.74º55.2%49.02%-
HSV(B)111.74º71.13%76.08%-
XYZ22.9140.3610.33-
YUV142.6979.0879.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.08%
GREEN value IS 194 (76.17% from 255) = 59.69%
BLUE value IS 56 (22.27% from 255) = 17.23%
R=23.08%
G=59.69%
B=17.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal75194560.6100.710.24111.7455.249.02
Hex4BC2383D04718703731
Octal11330270750107301606761
Binary10010111100001011100011110101000111110001110000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,194,56); }

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

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

 a { background-color: rgb(75,194,56); }

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

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

 span { border-color: rgb(75,194,56); }

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