#38EC53

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

Shades of Lime Green #38EC53

Tints of Lime Green #38EC53

Color information

#38EC53 (or 0x38EC53) is unknown color: approx Lime Green. HEX triplet: 38, EC and 53. RGB value is (56,236,83). Sum of RGB (Red+Green+Blue) = 56+236+83=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 236 (92.58% from 255 or 62.93% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC53 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38EC53 is #C713AC. Grayscale: #A5A5A5. Windows color (decimal): -13046701 or 5499960. OLE color: 5499960.

HSL color Cylindrical-coordinate representation of color #38EC53: hue angle of 129º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EC53 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB5623683-
CMYK0.7600.650.07
HSL129º82.57%57.25%-
HSV(B)129º76.27%92.55%-
XYZ33.1961.4618.3-
YUV164.7481.8750.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.93%
GREEN value IS 236 (92.58% from 255) = 62.93%
BLUE value IS 83 (32.81% from 255) = 22.13%
R=14.93%
G=62.93%
B=22.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal56236830.7600.650.0712982.5757.25
Hex38EC534C0417815339
Octal703541231140101720112371
Binary111000111011001010011100110001000001111100000011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38EC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,236,83); }

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

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

 a { background-color: rgb(56,236,83); }

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

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

 span { border-color: rgb(56,236,83); }

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