#38d837

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

Shades of Lime Green #38D837

Tints of Lime Green #38D837

Color information

#38D837 (or 0x38D837) is unknown color: approx Lime Green. HEX triplet: 38, D8 and 37. RGB value is (56,216,55). Sum of RGB (Red+Green+Blue) = 56+216+55=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 216 (84.77% from 255 or 66.06% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 216 - color contains mainly: green. Hex color #38D837 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D837 is #C727C8. Grayscale: #969696. Windows color (decimal): -13051849 or 3659832. OLE color: 3659832.

HSL color Cylindrical-coordinate representation of color #38D837: hue angle of 119.63º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38D837 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB5621655-
CMYK0.7400.750.15
HSL119.63º67.36%53.14%-
HSV(B)119.63º74.54%84.71%-
XYZ26.8850.2311.89-
YUV149.8174.4961.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.13%
GREEN value IS 216 (84.77% from 255) = 66.06%
BLUE value IS 55 (21.88% from 255) = 16.82%
R=17.13%
G=66.06%
B=16.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal56216550.7400.750.15119.6367.3653.14
Hex38D8374A04BF784335
Octal703306711201131717010365
Binary11100011011000110111100101001001011111111110001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38d837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,216,55); }

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

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

 a { background-color: rgb(56,216,55); }

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

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

 span { border-color: rgb(56,216,55); }

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