#38B839

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

Shades of Lime Green #38B839

Tints of Lime Green #38B839

Color information

#38B839 (or 0x38B839) is unknown color: approx Lime Green. HEX triplet: 38, B8 and 39. RGB value is (56,184,57). Sum of RGB (Red+Green+Blue) = 56+184+57=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 184 (72.27% from 255 or 61.95% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 184 - color contains mainly: green. Hex color #38B839 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B839 is #C747C6. Grayscale: #838383. Windows color (decimal): -13060039 or 3782712. OLE color: 3782712.

HSL color Cylindrical-coordinate representation of color #38B839: hue angle of 120.47º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38B839 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB5618457-
CMYK0.7000.690.28
HSL120.47º53.33%47.06%-
HSV(B)120.47º69.57%72.16%-
XYZ19.5135.429.68-
YUV131.2586.0974.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.86%
GREEN value IS 184 (72.27% from 255) = 61.95%
BLUE value IS 57 (22.66% from 255) = 19.19%
R=18.86%
G=61.95%
B=19.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal56184570.7000.690.28120.4753.3347.06
Hex38B839460451C78352f
Octal70270711060105341706557
Binary11100010111000111001100011001000101111001111000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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