#38F54E

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

Shades of Lime Green #38F54E

Tints of Lime Green #38F54E

Color information

#38F54E (or 0x38F54E) is unknown color: approx Lime Green. HEX triplet: 38, F5 and 4E. RGB value is (56,245,78). Sum of RGB (Red+Green+Blue) = 56+245+78=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 245 (96.09% from 255 or 64.64% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 245 - color contains mainly: green. Hex color #38F54E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F54E is #C70AB1. Grayscale: #A9A9A9. Windows color (decimal): -13044402 or 5174584. OLE color: 5174584.

HSL color Cylindrical-coordinate representation of color #38F54E: hue angle of 126.98º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F54E is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB5624578-
CMYK0.7700.680.04
HSL126.98º90.43%59.02%-
HSV(B)126.98º77.14%96.08%-
XYZ35.6666.718.2-
YUV169.4576.3847.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.78%
GREEN value IS 245 (96.09% from 255) = 64.64%
BLUE value IS 78 (30.86% from 255) = 20.58%
R=14.78%
G=64.64%
B=20.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal56245780.7700.680.04126.9890.4359.02
Hex38F54E4D04447f5a3b
Octal703651161150104417713273
Binary11100011110101100111010011010100010010011111111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,245,78); }

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

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

 a { background-color: rgb(56,245,78); }

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

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

 span { border-color: rgb(56,245,78); }

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