#38cc50

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

Shades of Lime Green #38CC50

Tints of Lime Green #38CC50

Color information

#38CC50 (or 0x38CC50) is unknown color: approx Lime Green. HEX triplet: 38, CC and 50. RGB value is (56,204,80). Sum of RGB (Red+Green+Blue) = 56+204+80=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 204 (80.08% from 255 or 60% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CC50 is #C733AF. Grayscale: #919191. Windows color (decimal): -13054896 or 5295160. OLE color: 5295160.

HSL color Cylindrical-coordinate representation of color #38CC50: hue angle of 129.73º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CC50 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB5620480-
CMYK0.7300.610.2
HSL129.73º59.2%50.98%-
HSV(B)129.73º72.55%80%-
XYZ24.6744.6114.9-
YUV145.6190.9764.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.47%
GREEN value IS 204 (80.08% from 255) = 60%
BLUE value IS 80 (31.64% from 255) = 23.53%
R=16.47%
G=60%
B=23.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal56204800.7300.610.2129.7359.250.98
Hex38CC504903D14823b33
Octal70314120111075242027363
Binary111000110011001010000100100101111011010010000010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38cc50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,204,80); }

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

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

 a { background-color: rgb(56,204,80); }

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

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

 span { border-color: rgb(56,204,80); }

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