#38C837

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

Shades of Lime Green #38C837

Tints of Lime Green #38C837

Color information

#38C837 (or 0x38C837) is unknown color: approx Lime Green. HEX triplet: 38, C8 and 37. RGB value is (56,200,55). Sum of RGB (Red+Green+Blue) = 56+200+55=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 200 (78.52% from 255 or 64.31% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 200 - color contains mainly: green. Hex color #38C837 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C837 is #C737C8. Grayscale: #8C8C8C. Windows color (decimal): -13055945 or 3655736. OLE color: 3655736.

HSL color Cylindrical-coordinate representation of color #38C837: hue angle of 119.59º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38C837 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB5620055-
CMYK0.7200.720.22
HSL119.59º56.86%50%-
HSV(B)119.59º72.5%78.43%-
XYZ22.9742.4310.59-
YUV140.4179.7967.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.01%
GREEN value IS 200 (78.52% from 255) = 64.31%
BLUE value IS 55 (21.88% from 255) = 17.68%
R=18.01%
G=64.31%
B=17.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56200550.7200.720.22119.5956.8650
Hex38C8374804816783932
Octal70310671100110261707162
Binary11100011001000110111100100001001000101101111000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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