#38b228

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

Shades of Lime Green #38B228

Tints of Lime Green #38B228

Color information

#38B228 (or 0x38B228) is unknown color: approx Lime Green. HEX triplet: 38, B2 and 28. RGB value is (56,178,40). Sum of RGB (Red+Green+Blue) = 56+178+40=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 178 (69.92% from 255 or 64.96% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 178 - color contains mainly: green. Hex color #38B228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38B228 is #C74DD7. Grayscale: #7E7E7E. Windows color (decimal): -13061592 or 2667064. OLE color: 2667064.

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

Color convert

RGB5617840-
CMYK0.6900.780.30
HSL113.04º63.3%42.75%-
HSV(B)113.04º77.53%69.8%-
XYZ17.9332.837.4-
YUV125.7979.5878.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 178 (69.92% from 255) = 64.96%
BLUE value IS 40 (16.02% from 255) = 14.60%
R=20.44%
G=64.96%
B=14.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal56178400.6900.780.30113.0463.342.75
Hex38B2284504E1E713f2b
Octal70262501050116361617753
Binary11100010110010101000100010101001110111101110001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38b228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,178,40); }

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

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

 a { background-color: rgb(56,178,40); }

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

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

 span { border-color: rgb(56,178,40); }

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