#38C149

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

Shades of Lime Green #38C149

Tints of Lime Green #38C149

Color information

#38C149 (or 0x38C149) is unknown color: approx Lime Green. HEX triplet: 38, C1 and 49. RGB value is (56,193,73). Sum of RGB (Red+Green+Blue) = 56+193+73=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 193 (75.78% from 255 or 59.94% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 193 - color contains mainly: green. Hex color #38C149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C149 is #C73EB6. Grayscale: #8A8A8A. Windows color (decimal): -13057719 or 4833592. OLE color: 4833592.

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

Color convert

RGB5619373-
CMYK0.7100.620.24
HSL127.45º55.02%48.82%-
HSV(B)127.45º70.98%75.69%-
XYZ21.939.4612.77-
YUV138.3691.1169.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.39%
GREEN value IS 193 (75.78% from 255) = 59.94%
BLUE value IS 73 (28.91% from 255) = 22.67%
R=17.39%
G=59.94%
B=22.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal56193730.7100.620.24127.4555.0248.82
Hex38C1494703E187f3731
Octal70301111107076301776761
Binary11100011000001100100110001110111110110001111111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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