#38B436

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

Shades of Lime Green #38B436

Tints of Lime Green #38B436

Color information

#38B436 (or 0x38B436) is unknown color: approx Lime Green. HEX triplet: 38, B4 and 36. RGB value is (56,180,54). Sum of RGB (Red+Green+Blue) = 56+180+54=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 180 (70.70% from 255 or 62.07% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 180 - color contains mainly: green. Hex color #38B436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B436 is #C74BC9. Grayscale: #808080. Windows color (decimal): -13061066 or 3585080. OLE color: 3585080.

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

Color convert

RGB5618054-
CMYK0.6900.70.29
HSL119.05º53.85%45.88%-
HSV(B)119.05º70%70.59%-
XYZ18.6233.759.02-
YUV128.5685.9276.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.31%
GREEN value IS 180 (70.70% from 255) = 62.07%
BLUE value IS 54 (21.48% from 255) = 18.62%
R=19.31%
G=62.07%
B=18.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56180540.6900.70.29119.0553.8545.88
Hex38B436450461D77362e
Octal70264661050106351676656
Binary11100010110100110110100010101000110111011110111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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