#38D01D

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

Shades of Lime Green #38D01D

Tints of Lime Green #38D01D

Color information

#38D01D (or 0x38D01D) is unknown color: approx Lime Green. HEX triplet: 38, D0 and 1D. RGB value is (56,208,29). Sum of RGB (Red+Green+Blue) = 56+208+29=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 208 (81.64% from 255 or 70.99% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 208 - color contains mainly: green. Hex color #38D01D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D01D is #C72FE2. Grayscale: #8E8E8E. Windows color (decimal): -13053923 or 1953848. OLE color: 1953848.

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

Color convert

RGB5620829-
CMYK0.7300.860.18
HSL110.95º75.53%46.47%-
HSV(B)110.95º86.06%81.57%-
XYZ24.4146.048.76-
YUV142.1564.1466.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 208 (81.64% from 255) = 70.99%
BLUE value IS 29 (11.72% from 255) = 9.90%
R=19.11%
G=70.99%
B=9.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal56208290.7300.860.18110.9575.5346.47
Hex38D01D49056126f4c2e
Octal703203511101262215711456
Binary11100011010000111011001001010101101001011011111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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