#38EA57

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

Shades of Lime Green #38EA57

Tints of Lime Green #38EA57

Color information

#38EA57 (or 0x38EA57) is unknown color: approx Lime Green. HEX triplet: 38, EA and 57. RGB value is (56,234,87). Sum of RGB (Red+Green+Blue) = 56+234+87=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 234 (91.80% from 255 or 62.07% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 234 - color contains mainly: green. Hex color #38EA57 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38EA57 is #C715A8. Grayscale: #A4A4A4. Windows color (decimal): -13047209 or 5761592. OLE color: 5761592.

HSL color Cylindrical-coordinate representation of color #38EA57: hue angle of 130.45º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EA57 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB5623487-
CMYK0.7600.630.08
HSL130.45º80.91%56.86%-
HSV(B)130.45º76.07%91.76%-
XYZ32.7760.3718.94-
YUV164.0284.5350.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.85%
GREEN value IS 234 (91.80% from 255) = 62.07%
BLUE value IS 87 (34.38% from 255) = 23.08%
R=14.85%
G=62.07%
B=23.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal56234870.7600.630.08130.4580.9156.86
Hex38EA574C03F8825139
Octal703521271140771020212171
Binary111000111010101010111100110001111111000100000101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38EA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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