#38CA48

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

Shades of Lime Green #38CA48

Tints of Lime Green #38CA48

Color information

#38CA48 (or 0x38CA48) is unknown color: approx Lime Green. HEX triplet: 38, CA and 48. RGB value is (56,202,72). Sum of RGB (Red+Green+Blue) = 56+202+72=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 202 (79.30% from 255 or 61.21% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 202 - color contains mainly: green. Hex color #38CA48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CA48 is #C735B7. Grayscale: #8F8F8F. Windows color (decimal): -13055416 or 4770360. OLE color: 4770360.

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

Color convert

RGB5620272-
CMYK0.7200.640.21
HSL126.58º57.94%50.59%-
HSV(B)126.58º72.28%79.22%-
XYZ23.9243.5513.28-
YUV143.5387.6365.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.97%
GREEN value IS 202 (79.30% from 255) = 61.21%
BLUE value IS 72 (28.52% from 255) = 21.82%
R=16.97%
G=61.21%
B=21.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal56202720.7200.640.21126.5857.9450.59
Hex38CA4848040157f3a33
Octal703121101100100251777263
Binary111000110010101001000100100001000000101011111111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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