#38CC52

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

Shades of Lime Green #38CC52

Tints of Lime Green #38CC52

Color information

#38CC52 (or 0x38CC52) is unknown color: approx Lime Green. HEX triplet: 38, CC and 52. RGB value is (56,204,82). Sum of RGB (Red+Green+Blue) = 56+204+82=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 204 (80.08% from 255 or 59.65% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CC52 is #C733AD. Grayscale: #929292. Windows color (decimal): -13054894 or 5426232. OLE color: 5426232.

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

Color convert

RGB5620482-
CMYK0.7300.600.2
HSL130.54º59.2%50.98%-
HSV(B)130.54º72.55%80%-
XYZ24.7544.6415.29-
YUV145.8491.9763.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.37%
GREEN value IS 204 (80.08% from 255) = 59.65%
BLUE value IS 82 (32.42% from 255) = 23.98%
R=16.37%
G=59.65%
B=23.98%

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
Decimal56204820.7300.600.2130.5459.250.98
Hex38CC524903C14833b33
Octal70314122111074242037363
Binary111000110011001010010100100101111001010010000011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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