#38C43A

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

Shades of Lime Green #38C43A

Tints of Lime Green #38C43A

Color information

#38C43A (or 0x38C43A) is unknown color: approx Lime Green. HEX triplet: 38, C4 and 3A. RGB value is (56,196,58). Sum of RGB (Red+Green+Blue) = 56+196+58=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 196 (76.95% from 255 or 63.23% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 196 - color contains mainly: green. Hex color #38C43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C43A is #C73BC5. Grayscale: #8A8A8A. Windows color (decimal): -13056966 or 3851320. OLE color: 3851320.

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

Color convert

RGB5619658-
CMYK0.7100.700.23
HSL120.86º55.56%49.41%-
HSV(B)120.86º71.43%76.86%-
XYZ22.1340.6310.68-
YUV138.4182.6269.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.06%
GREEN value IS 196 (76.95% from 255) = 63.23%
BLUE value IS 58 (23.05% from 255) = 18.71%
R=18.06%
G=63.23%
B=18.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal56196580.7100.700.23120.8655.5649.41
Hex38C43A4704617793831
Octal70304721070106271717061
Binary11100011000100111010100011101000110101111111001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,196,58); }

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

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

 a { background-color: rgb(56,196,58); }

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

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

 span { border-color: rgb(56,196,58); }

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