#38CD54

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

Shades of Lime Green #38CD54

Tints of Lime Green #38CD54

Color information

#38CD54 (or 0x38CD54) is unknown color: approx Lime Green. HEX triplet: 38, CD and 54. RGB value is (56,205,84). Sum of RGB (Red+Green+Blue) = 56+205+84=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 205 (80.47% from 255 or 59.42% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 205 - color contains mainly: green. Hex color #38CD54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CD54 is #C732AB. Grayscale: #929292. Windows color (decimal): -13054636 or 5557560. OLE color: 5557560.

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

Color convert

RGB5620584-
CMYK0.7300.590.20
HSL131.28º59.84%51.18%-
HSV(B)131.28º72.68%80.39%-
XYZ25.0645.1415.78-
YUV146.6692.6463.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.23%
GREEN value IS 205 (80.47% from 255) = 59.42%
BLUE value IS 84 (33.20% from 255) = 24.35%
R=16.23%
G=59.42%
B=24.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal56205840.7300.590.20131.2859.8451.18
Hex38CD544903B14833c33
Octal70315124111073242037463
Binary111000110011011010100100100101110111010010000011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,205,84); }

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

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

 a { background-color: rgb(56,205,84); }

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

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

 span { border-color: rgb(56,205,84); }

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