#38C736

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

Shades of Lime Green #38C736

Tints of Lime Green #38C736

Color information

#38C736 (or 0x38C736) is unknown color: approx Lime Green. HEX triplet: 38, C7 and 36. RGB value is (56,199,54). Sum of RGB (Red+Green+Blue) = 56+199+54=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 199 (78.12% from 255 or 64.40% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 199 - color contains mainly: green. Hex color #38C736 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C736 is #C738C9. Grayscale: #8C8C8C. Windows color (decimal): -13056202 or 3589944. OLE color: 3589944.

HSL color Cylindrical-coordinate representation of color #38C736: hue angle of 119.17º 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 #38C736 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB5619954-
CMYK0.7200.730.22
HSL119.17º57.31%49.61%-
HSV(B)119.17º72.86%78.04%-
XYZ22.7241.9510.39-
YUV139.7179.6268.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.12%
GREEN value IS 199 (78.12% from 255) = 64.40%
BLUE value IS 54 (21.48% from 255) = 17.48%
R=18.12%
G=64.40%
B=17.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56199540.7200.730.22119.1757.3149.61
Hex38C7364804916773932
Octal70307661100111261677162
Binary11100011000111110110100100001001001101101110111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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