#38C755

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

Shades of Lime Green #38C755

Tints of Lime Green #38C755

Color information

#38C755 (or 0x38C755) is unknown color: approx Lime Green. HEX triplet: 38, C7 and 55. RGB value is (56,199,85). Sum of RGB (Red+Green+Blue) = 56+199+85=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 199 (78.12% from 255 or 58.53% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 199 - color contains mainly: green. Hex color #38C755 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C755 is #C738AA. Grayscale: #8F8F8F. Windows color (decimal): -13056171 or 5621560. OLE color: 5621560.

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

Color convert

RGB5619985-
CMYK0.7200.570.22
HSL132.17º56.08%50%-
HSV(B)132.17º71.86%78.04%-
XYZ23.6942.3415.52-
YUV143.2595.1265.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.47%
GREEN value IS 199 (78.12% from 255) = 58.53%
BLUE value IS 85 (33.59% from 255) = 25%
R=16.47%
G=58.53%
B=25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56199850.7200.570.22132.1756.0850
Hex38C7554803916843832
Octal70307125110071262047062
Binary111000110001111010101100100001110011011010000100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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