#38B332

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

Shades of Lime Green #38B332

Tints of Lime Green #38B332

Color information

#38B332 (or 0x38B332) is unknown color: approx Lime Green. HEX triplet: 38, B3 and 32. RGB value is (56,179,50). Sum of RGB (Red+Green+Blue) = 56+179+50=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 179 (70.31% from 255 or 62.81% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 179 - color contains mainly: green. Hex color #38B332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B332 is #C74CCD. Grayscale: #7F7F7F. Windows color (decimal): -13061326 or 3322680. OLE color: 3322680.

HSL color Cylindrical-coordinate representation of color #38B332: hue angle of 117.21º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38B332 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB5617950-
CMYK0.6900.720.30
HSL117.21º56.33%44.9%-
HSV(B)117.21º72.07%70.2%-
XYZ18.3333.318.48-
YUV127.5284.2576.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.65%
GREEN value IS 179 (70.31% from 255) = 62.81%
BLUE value IS 50 (19.92% from 255) = 17.54%
R=19.65%
G=62.81%
B=17.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal56179500.6900.720.30117.2156.3344.9
Hex38B332450481E75382d
Octal70263621050110361657055
Binary11100010110011110010100010101001000111101110101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,179,50); }

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

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

 a { background-color: rgb(56,179,50); }

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

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

 span { border-color: rgb(56,179,50); }

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