#38C954

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

Shades of Lime Green #38C954

Tints of Lime Green #38C954

Color information

#38C954 (or 0x38C954) is unknown color: approx Lime Green. HEX triplet: 38, C9 and 54. RGB value is (56,201,84). Sum of RGB (Red+Green+Blue) = 56+201+84=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 201 (78.91% from 255 or 58.94% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 201 - color contains mainly: green. Hex color #38C954 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C954 is #C736AB. Grayscale: #909090. Windows color (decimal): -13055660 or 5556536. OLE color: 5556536.

HSL color Cylindrical-coordinate representation of color #38C954: hue angle of 131.59º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C954 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB5620184-
CMYK0.7200.580.21
HSL131.59º57.31%50.39%-
HSV(B)131.59º72.14%78.82%-
XYZ24.1243.2515.47-
YUV144.3193.9665.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.42%
GREEN value IS 201 (78.91% from 255) = 58.94%
BLUE value IS 84 (33.20% from 255) = 24.63%
R=16.42%
G=58.94%
B=24.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal56201840.7200.580.21131.5957.3150.39
Hex38C9544803A15843932
Octal70311124110072252047162
Binary111000110010011010100100100001110101010110000100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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