#38C547

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

Shades of Lime Green #38C547

Tints of Lime Green #38C547

Color information

#38C547 (or 0x38C547) is unknown color: approx Lime Green. HEX triplet: 38, C5 and 47. RGB value is (56,197,71). Sum of RGB (Red+Green+Blue) = 56+197+71=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 197 (77.34% from 255 or 60.80% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 197 - color contains mainly: green. Hex color #38C547 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C547 is #C73AB8. Grayscale: #8C8C8C. Windows color (decimal): -13056697 or 4703544. OLE color: 4703544.

HSL color Cylindrical-coordinate representation of color #38C547: hue angle of 126.38º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C547 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB5619771-
CMYK0.7200.640.23
HSL126.38º55.73%49.61%-
HSV(B)126.38º71.57%77.25%-
XYZ22.7341.2312.72-
YUV140.4888.7967.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.28%
GREEN value IS 197 (77.34% from 255) = 60.80%
BLUE value IS 71 (28.12% from 255) = 21.91%
R=17.28%
G=60.80%
B=21.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal56197710.7200.640.23126.3855.7349.61
Hex38C54748040177e3832
Octal703051071100100271767062
Binary111000110001011000111100100001000000101111111110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,197,71); }

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

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

 a { background-color: rgb(56,197,71); }

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

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

 span { border-color: rgb(56,197,71); }

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