#38AD36

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

Shades of Lime Green #38AD36

Tints of Lime Green #38AD36

Color information

#38AD36 (or 0x38AD36) is unknown color: approx Lime Green. HEX triplet: 38, AD and 36. RGB value is (56,173,54). Sum of RGB (Red+Green+Blue) = 56+173+54=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 173 (67.97% from 255 or 61.13% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AD36 is #C752C9. Grayscale: #7C7C7C. Windows color (decimal): -13062858 or 3583288. OLE color: 3583288.

HSL color Cylindrical-coordinate representation of color #38AD36: hue angle of 118.99º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38AD36 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB5617354-
CMYK0.6800.690.32
HSL118.99º52.42%44.51%-
HSV(B)118.99º68.79%67.84%-
XYZ17.2430.998.56-
YUV124.4588.2479.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.79%
GREEN value IS 173 (67.97% from 255) = 61.13%
BLUE value IS 54 (21.48% from 255) = 19.08%
R=19.79%
G=61.13%
B=19.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56173540.6800.690.32118.9952.4244.51
Hex38AD36440452077342d
Octal70255661040105401676455
Binary111000101011011101101000100010001011000001110111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,173,54); }

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

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

 a { background-color: rgb(56,173,54); }

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

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

 span { border-color: rgb(56,173,54); }

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