#38B439

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

Shades of Lime Green #38B439

Tints of Lime Green #38B439

Color information

#38B439 (or 0x38B439) is unknown color: approx Lime Green. HEX triplet: 38, B4 and 39. RGB value is (56,180,57). Sum of RGB (Red+Green+Blue) = 56+180+57=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 180 (70.70% from 255 or 61.43% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 180 - color contains mainly: green. Hex color #38B439 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B439 is #C74BC6. Grayscale: #818181. Windows color (decimal): -13061063 or 3781688. OLE color: 3781688.

HSL color Cylindrical-coordinate representation of color #38B439: hue angle of 120.48º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B439 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB5618057-
CMYK0.6900.680.29
HSL120.48º52.54%46.27%-
HSV(B)120.48º68.89%70.59%-
XYZ18.6933.789.41-
YUV128.987.4276-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 180 (70.70% from 255) = 61.43%
BLUE value IS 57 (22.66% from 255) = 19.45%
R=19.11%
G=61.43%
B=19.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56180570.6900.680.29120.4852.5446.27
Hex38B439450441D78352e
Octal70264711050104351706556
Binary11100010110100111001100010101000100111011111000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,180,57); }

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

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

 a { background-color: rgb(56,180,57); }

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

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

 span { border-color: rgb(56,180,57); }

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