#38CE57

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

Shades of Lime Green #38CE57

Tints of Lime Green #38CE57

Color information

#38CE57 (or 0x38CE57) is unknown color: approx Lime Green. HEX triplet: 38, CE and 57. RGB value is (56,206,87). Sum of RGB (Red+Green+Blue) = 56+206+87=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 206 (80.86% from 255 or 59.03% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 206 - color contains mainly: green. Hex color #38CE57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CE57 is #C731A8. Grayscale: #939393. Windows color (decimal): -13054377 or 5754424. OLE color: 5754424.

HSL color Cylindrical-coordinate representation of color #38CE57: hue angle of 132.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CE57 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB5620687-
CMYK0.7300.580.19
HSL132.4º60.48%51.37%-
HSV(B)132.4º72.82%80.78%-
XYZ25.4245.6716.49-
YUV147.5893.862.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.05%
GREEN value IS 206 (80.86% from 255) = 59.03%
BLUE value IS 87 (34.38% from 255) = 24.93%
R=16.05%
G=59.03%
B=24.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal56206870.7300.580.19132.460.4851.37
Hex38CE574903A13843c33
Octal70316127111072232047463
Binary111000110011101010111100100101110101001110000100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,206,87); }

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

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

 a { background-color: rgb(56,206,87); }

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

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

 span { border-color: rgb(56,206,87); }

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