#38B335

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

Shades of Lime Green #38B335

Tints of Lime Green #38B335

Color information

#38B335 (or 0x38B335) is unknown color: approx Lime Green. HEX triplet: 38, B3 and 35. RGB value is (56,179,53). Sum of RGB (Red+Green+Blue) = 56+179+53=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 179 (70.31% from 255 or 62.15% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 179 - color contains mainly: green. Hex color #38B335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B335 is #C74CCA. Grayscale: #808080. Windows color (decimal): -13061323 or 3519288. OLE color: 3519288.

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

Color convert

RGB5617953-
CMYK0.6900.700.30
HSL118.57º54.31%45.49%-
HSV(B)118.57º70.39%70.2%-
XYZ18.3933.348.83-
YUV127.8685.7576.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.44%
GREEN value IS 179 (70.31% from 255) = 62.15%
BLUE value IS 53 (21.09% from 255) = 18.40%
R=19.44%
G=62.15%
B=18.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal56179530.6900.700.30118.5754.3145.49
Hex38B335450461E77362d
Octal70263651050106361676655
Binary11100010110011110101100010101000110111101110111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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