#38d048

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

Shades of Lime Green #38D048

Tints of Lime Green #38D048

Color information

#38D048 (or 0x38D048) is unknown color: approx Lime Green. HEX triplet: 38, D0 and 48. RGB value is (56,208,72). Sum of RGB (Red+Green+Blue) = 56+208+72=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 208 (81.64% from 255 or 61.90% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 208 - color contains mainly: green. Hex color #38D048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D048 is #C72FB7. Grayscale: #939393. Windows color (decimal): -13053880 or 4771896. OLE color: 4771896.

HSL color Cylindrical-coordinate representation of color #38D048: hue angle of 126.32º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D048 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB5620872-
CMYK0.7300.650.18
HSL126.32º61.79%51.76%-
HSV(B)126.32º73.08%81.57%-
XYZ25.3646.4213.75-
YUV147.0585.6463.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.67%
GREEN value IS 208 (81.64% from 255) = 61.90%
BLUE value IS 72 (28.52% from 255) = 21.43%
R=16.67%
G=61.90%
B=21.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal56208720.7300.650.18126.3261.7951.76
Hex38D04849041127e3e34
Octal703201101110101221767664
Binary111000110100001001000100100101000001100101111110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38d048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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