#38B73A

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

Shades of Lime Green #38B73A

Tints of Lime Green #38B73A

Color information

#38B73A (or 0x38B73A) is unknown color: approx Lime Green. HEX triplet: 38, B7 and 3A. RGB value is (56,183,58). Sum of RGB (Red+Green+Blue) = 56+183+58=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 183 (71.88% from 255 or 61.62% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 183 - color contains mainly: green. Hex color #38B73A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B73A is #C748C5. Grayscale: #838383. Windows color (decimal): -13060294 or 3847992. OLE color: 3847992.

HSL color Cylindrical-coordinate representation of color #38B73A: hue angle of 120.94º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B73A is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB5618358-
CMYK0.6900.680.28
HSL120.94º53.14%46.86%-
HSV(B)120.94º69.4%71.76%-
XYZ19.3335.019.74-
YUV130.7886.9274.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.86%
GREEN value IS 183 (71.88% from 255) = 61.62%
BLUE value IS 58 (23.05% from 255) = 19.53%
R=18.86%
G=61.62%
B=19.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal56183580.6900.680.28120.9453.1446.86
Hex38B73A450441C79352f
Octal70267721050104341716557
Binary11100010110111111010100010101000100111001111001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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