#38C648

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

Shades of Lime Green #38C648

Tints of Lime Green #38C648

Color information

#38C648 (or 0x38C648) is unknown color: approx Lime Green. HEX triplet: 38, C6 and 48. RGB value is (56,198,72). Sum of RGB (Red+Green+Blue) = 56+198+72=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 198 (77.73% from 255 or 60.74% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 198 - color contains mainly: green. Hex color #38C648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C648 is #C739B7. Grayscale: #8D8D8D. Windows color (decimal): -13056440 or 4769336. OLE color: 4769336.

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

Color convert

RGB5619872-
CMYK0.7200.640.22
HSL126.76º55.91%49.8%-
HSV(B)126.76º71.72%77.65%-
XYZ22.9941.712.97-
YUV141.1888.9667.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.18%
GREEN value IS 198 (77.73% from 255) = 60.74%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=17.18%
G=60.74%
B=22.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56198720.7200.640.22126.7655.9149.8
Hex38C64848040167f3832
Octal703061101100100261777062
Binary111000110001101001000100100001000000101101111111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,198,72); }

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

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

 a { background-color: rgb(56,198,72); }

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

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

 span { border-color: rgb(56,198,72); }

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