#38C94A

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

Shades of Lime Green #38C94A

Tints of Lime Green #38C94A

Color information

#38C94A (or 0x38C94A) is unknown color: approx Lime Green. HEX triplet: 38, C9 and 4A. RGB value is (56,201,74). Sum of RGB (Red+Green+Blue) = 56+201+74=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 201 (78.91% from 255 or 60.73% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 201 - color contains mainly: green. Hex color #38C94A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C94A is #C736B5. Grayscale: #8F8F8F. Windows color (decimal): -13055670 or 4901176. OLE color: 4901176.

HSL color Cylindrical-coordinate representation of color #38C94A: hue angle of 127.45º 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 #38C94A is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB5620174-
CMYK0.7200.630.21
HSL127.45º57.31%50.39%-
HSV(B)127.45º72.14%78.82%-
XYZ23.7543.1113.55-
YUV143.1788.9665.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 201 (78.91% from 255) = 60.73%
BLUE value IS 74 (29.30% from 255) = 22.36%
R=16.92%
G=60.73%
B=22.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal56201740.7200.630.21127.4557.3150.39
Hex38C94A4803F157f3932
Octal70311112110077251777162
Binary11100011001001100101010010000111111101011111111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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