#38C539

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

Shades of Lime Green #38C539

Tints of Lime Green #38C539

Color information

#38C539 (or 0x38C539) is unknown color: approx Lime Green. HEX triplet: 38, C5 and 39. RGB value is (56,197,57). Sum of RGB (Red+Green+Blue) = 56+197+57=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 197 (77.34% from 255 or 63.55% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 197 - color contains mainly: green. Hex color #38C539 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C539 is #C73AC6. Grayscale: #8B8B8B. Windows color (decimal): -13056711 or 3786040. OLE color: 3786040.

HSL color Cylindrical-coordinate representation of color #38C539: hue angle of 120.43º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C539 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB5619757-
CMYK0.7200.710.23
HSL120.43º55.73%49.61%-
HSV(B)120.43º71.57%77.25%-
XYZ22.3441.0710.62-
YUV138.8881.7968.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.06%
GREEN value IS 197 (77.34% from 255) = 63.55%
BLUE value IS 57 (22.66% from 255) = 18.39%
R=18.06%
G=63.55%
B=18.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal56197570.7200.710.23120.4355.7349.61
Hex38C5394804717783832
Octal70305711100107271707062
Binary11100011000101111001100100001000111101111111000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38C539; }

 p { color: rgb(56,197,57); }

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

<style>
 a { background-color: #38C539; }

 a { background-color: rgb(56,197,57); }

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

<style>
 span { border-color: #38C539; }

 span { border-color: rgb(56,197,57); }

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