#38D032

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

Shades of Lime Green #38D032

Tints of Lime Green #38D032

Color information

#38D032 (or 0x38D032) is unknown color: approx Lime Green. HEX triplet: 38, D0 and 32. RGB value is (56,208,50). Sum of RGB (Red+Green+Blue) = 56+208+50=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 208 (81.64% from 255 or 66.24% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 208 - color contains mainly: green. Hex color #38D032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D032 is #C72FCD. Grayscale: #919191. Windows color (decimal): -13053902 or 3330104. OLE color: 3330104.

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

Color convert

RGB5620850-
CMYK0.7300.760.18
HSL117.72º62.7%50.59%-
HSV(B)117.72º75.96%81.57%-
XYZ24.7646.1810.63-
YUV144.5474.6464.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.83%
GREEN value IS 208 (81.64% from 255) = 66.24%
BLUE value IS 50 (19.92% from 255) = 15.92%
R=17.83%
G=66.24%
B=15.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal56208500.7300.760.18117.7262.750.59
Hex38D0324904C12763f33
Octal70320621110114221667763
Binary11100011010000110010100100101001100100101110110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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