#38ba39

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

Shades of Lime Green #38BA39

Tints of Lime Green #38BA39

Color information

#38BA39 (or 0x38BA39) is unknown color: approx Lime Green. HEX triplet: 38, BA and 39. RGB value is (56,186,57). Sum of RGB (Red+Green+Blue) = 56+186+57=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BA39 is #C745C6. Grayscale: #848484. Windows color (decimal): -13059527 or 3783224. OLE color: 3783224.

HSL color Cylindrical-coordinate representation of color #38BA39: hue angle of 120.46º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BA39 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB5618657-
CMYK0.7000.690.27
HSL120.46º53.72%47.45%-
HSV(B)120.46º69.89%72.94%-
XYZ19.9336.259.82-
YUV132.4285.4373.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 186 (73.05% from 255) = 62.21%
BLUE value IS 57 (22.66% from 255) = 19.06%
R=18.73%
G=62.21%
B=19.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal56186570.7000.690.27120.4653.7247.45
Hex38BA39460451B78362f
Octal70272711060105331706657
Binary11100010111010111001100011001000101110111111000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ba39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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