#38C046

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

Shades of Lime Green #38C046

Tints of Lime Green #38C046

Color information

#38C046 (or 0x38C046) is unknown color: approx Lime Green. HEX triplet: 38, C0 and 46. RGB value is (56,192,70). Sum of RGB (Red+Green+Blue) = 56+192+70=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #38C046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C046 is #C73FB9. Grayscale: #898989. Windows color (decimal): -13057978 or 4636728. OLE color: 4636728.

HSL color Cylindrical-coordinate representation of color #38C046: hue angle of 126.18º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C046 is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB5619270-
CMYK0.7100.640.25
HSL126.18º54.84%48.63%-
HSV(B)126.18º70.83%75.29%-
XYZ21.5938.9812.18-
YUV137.4389.9469.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.61%
GREEN value IS 192 (75.39% from 255) = 60.38%
BLUE value IS 70 (27.73% from 255) = 22.01%
R=17.61%
G=60.38%
B=22.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56192700.7100.640.25126.1854.8448.63
Hex38C04647040197e3731
Octal703001061070100311766761
Binary111000110000001000110100011101000000110011111110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,192,70); }

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

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

 a { background-color: rgb(56,192,70); }

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

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

 span { border-color: rgb(56,192,70); }

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