#38B93D

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

Shades of Lime Green #38B93D

Tints of Lime Green #38B93D

Color information

#38B93D (or 0x38B93D) is unknown color: approx Lime Green. HEX triplet: 38, B9 and 3D. RGB value is (56,185,61). Sum of RGB (Red+Green+Blue) = 56+185+61=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 185 (72.66% from 255 or 61.26% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 185 - color contains mainly: green. Hex color #38B93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B93D is #C746C2. Grayscale: #848484. Windows color (decimal): -13059779 or 4045112. OLE color: 4045112.

HSL color Cylindrical-coordinate representation of color #38B93D: hue angle of 122.33º 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 #38B93D is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB5618561-
CMYK0.7000.670.27
HSL122.33º53.53%47.25%-
HSV(B)122.33º69.73%72.55%-
XYZ19.8235.8810.29-
YUV132.2987.7673.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 185 (72.66% from 255) = 61.26%
BLUE value IS 61 (24.22% from 255) = 20.20%
R=18.54%
G=61.26%
B=20.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal56185610.7000.670.27122.3353.5347.25
Hex38B93D460431B7a362f
Octal70271751060103331726657
Binary11100010111001111101100011001000011110111111010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,185,61); }

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

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

 a { background-color: rgb(56,185,61); }

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

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

 span { border-color: rgb(56,185,61); }

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