#38CC51

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

Shades of Lime Green #38CC51

Tints of Lime Green #38CC51

Color information

#38CC51 (or 0x38CC51) is unknown color: approx Lime Green. HEX triplet: 38, CC and 51. RGB value is (56,204,81). Sum of RGB (Red+Green+Blue) = 56+204+81=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 204 (80.08% from 255 or 59.82% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CC51 is #C733AE. Grayscale: #929292. Windows color (decimal): -13054895 or 5360696. OLE color: 5360696.

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

Color convert

RGB5620481-
CMYK0.7300.600.2
HSL130.14º59.2%50.98%-
HSV(B)130.14º72.55%80%-
XYZ24.7144.6215.09-
YUV145.7391.4764-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.42%
GREEN value IS 204 (80.08% from 255) = 59.82%
BLUE value IS 81 (32.03% from 255) = 23.75%
R=16.42%
G=59.82%
B=23.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal56204810.7300.600.2130.1459.250.98
Hex38CC514903C14823b33
Octal70314121111074242027363
Binary111000110011001010001100100101111001010010000010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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