#38B526

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

Shades of Lime Green #38B526

Tints of Lime Green #38B526

Color information

#38B526 (or 0x38B526) is unknown color: approx Lime Green. HEX triplet: 38, B5 and 26. RGB value is (56,181,38). Sum of RGB (Red+Green+Blue) = 56+181+38=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 181 (71.09% from 255 or 65.82% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 181 - color contains mainly: green. Hex color #38B526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B526 is #C74AD9. Grayscale: #7F7F7F. Windows color (decimal): -13060826 or 2536760. OLE color: 2536760.

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

Color convert

RGB5618138-
CMYK0.6900.790.29
HSL112.45º65.3%42.94%-
HSV(B)112.45º79.01%70.98%-
XYZ18.534.037.43-
YUV127.3277.5977.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 181 (71.09% from 255) = 65.82%
BLUE value IS 38 (15.23% from 255) = 13.82%
R=20.36%
G=65.82%
B=13.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56181380.6900.790.29112.4565.342.94
Hex38B5264504F1D70412b
Octal702654610501173516010153
Binary111000101101011001101000101010011111110111100001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,181,38); }

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

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

 a { background-color: rgb(56,181,38); }

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

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

 span { border-color: rgb(56,181,38); }

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