#38B828

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

Shades of Lime Green #38B828

Tints of Lime Green #38B828

Color information

#38B828 (or 0x38B828) is unknown color: approx Lime Green. HEX triplet: 38, B8 and 28. RGB value is (56,184,40). Sum of RGB (Red+Green+Blue) = 56+184+40=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 184 (72.27% from 255 or 65.71% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 184 - color contains mainly: green. Hex color #38B828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B828 is #C747D7. Grayscale: #818181. Windows color (decimal): -13060056 or 2668600. OLE color: 2668600.

HSL color Cylindrical-coordinate representation of color #38B828: hue angle of 113.33º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38B828 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB5618440-
CMYK0.7000.780.28
HSL113.33º64.29%43.92%-
HSV(B)113.33º78.26%72.16%-
XYZ19.1535.277.81-
YUV129.3177.5975.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20%
GREEN value IS 184 (72.27% from 255) = 65.71%
BLUE value IS 40 (16.02% from 255) = 14.29%
R=20%
G=65.71%
B=14.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal56184400.7000.780.28113.3364.2943.92
Hex38B8284604E1C71402c
Octal702705010601163416110054
Binary111000101110001010001000110010011101110011100011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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