#38B93E

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

Shades of Lime Green #38B93E

Tints of Lime Green #38B93E

Color information

#38B93E (or 0x38B93E) is unknown color: approx Lime Green. HEX triplet: 38, B9 and 3E. RGB value is (56,185,62). Sum of RGB (Red+Green+Blue) = 56+185+62=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 185 (72.66% from 255 or 61.06% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 185 - color contains mainly: green. Hex color #38B93E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B93E is #C746C1. Grayscale: #848484. Windows color (decimal): -13059778 or 4110648. OLE color: 4110648.

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

Color convert

RGB5618562-
CMYK0.7000.660.27
HSL122.79º53.53%47.25%-
HSV(B)122.79º69.73%72.55%-
XYZ19.8535.8910.44-
YUV132.4188.2673.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.48%
GREEN value IS 185 (72.66% from 255) = 61.06%
BLUE value IS 62 (24.61% from 255) = 20.46%
R=18.48%
G=61.06%
B=20.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal56185620.7000.660.27122.7953.5347.25
Hex38B93E460421B7b362f
Octal70271761060102331736657
Binary11100010111001111110100011001000010110111111011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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