#38D54E

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

Shades of Lime Green #38D54E

Tints of Lime Green #38D54E

Color information

#38D54E (or 0x38D54E) is unknown color: approx Lime Green. HEX triplet: 38, D5 and 4E. RGB value is (56,213,78). Sum of RGB (Red+Green+Blue) = 56+213+78=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 213 (83.59% from 255 or 61.38% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 213 - color contains mainly: green. Hex color #38D54E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D54E is #C72AB1. Grayscale: #979797. Windows color (decimal): -13052594 or 5166392. OLE color: 5166392.

HSL color Cylindrical-coordinate representation of color #38D54E: hue angle of 128.41º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D54E is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB5621378-
CMYK0.7400.630.16
HSL128.41º65.15%52.75%-
HSV(B)128.41º73.71%83.53%-
XYZ26.848.9815.25-
YUV150.6786.9960.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.14%
GREEN value IS 213 (83.59% from 255) = 61.38%
BLUE value IS 78 (30.86% from 255) = 22.48%
R=16.14%
G=61.38%
B=22.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal56213780.7400.630.16128.4165.1552.75
Hex38D54E4A03F10804135
Octal703251161120772020010165
Binary1110001101010110011101001010011111110000100000001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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