#38F839

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

Shades of Lime Green #38F839

Tints of Lime Green #38F839

Color information

#38F839 (or 0x38F839) is unknown color: approx Lime Green. HEX triplet: 38, F8 and 39. RGB value is (56,248,57). Sum of RGB (Red+Green+Blue) = 56+248+57=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 248 (97.27% from 255 or 68.70% from 361); Blue value is 57 (22.66% from 255 or 15.79% from 361); Max value from RGB is 248 - color contains mainly: green. Hex color #38F839 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F839 is #C707C6. Grayscale: #A9A9A9. Windows color (decimal): -13043655 or 3799096. OLE color: 3799096.

HSL color Cylindrical-coordinate representation of color #38F839: hue angle of 120.31º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F839 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB5624857-
CMYK0.7700.770.03
HSL120.31º93.2%59.61%-
HSV(B)120.31º77.42%97.25%-
XYZ35.9468.2715.15-
YUV168.8264.8947.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.51%
GREEN value IS 248 (97.27% from 255) = 68.70%
BLUE value IS 57 (22.66% from 255) = 15.79%
R=15.51%
G=68.70%
B=15.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal56248570.7700.770.03120.3193.259.61
Hex38F8394D04D3785d3c
Octal70370711150115317013574
Binary111000111110001110011001101010011011111110001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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