#38F931

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

Shades of Lime Green #38F931

Tints of Lime Green #38F931

Color information

#38F931 (or 0x38F931) is unknown color: approx Lime Green. HEX triplet: 38, F9 and 31. RGB value is (56,249,49). Sum of RGB (Red+Green+Blue) = 56+249+49=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 249 (97.66% from 255 or 70.34% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 249 - color contains mainly: green. Hex color #38F931 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F931 is #C706CE. Grayscale: #A9A9A9. Windows color (decimal): -13043407 or 3275064. OLE color: 3275064.

HSL color Cylindrical-coordinate representation of color #38F931: hue angle of 117.9º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38F931 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB5624949-
CMYK0.7800.800.02
HSL117.9º94.34%58.43%-
HSV(B)117.9º80.32%97.65%-
XYZ36.0668.8114.29-
YUV168.4960.5647.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.82%
GREEN value IS 249 (97.66% from 255) = 70.34%
BLUE value IS 49 (19.53% from 255) = 13.84%
R=15.82%
G=70.34%
B=13.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal56249490.7800.800.02117.994.3458.43
Hex38F9314E0502765e3a
Octal70371611160120216613672
Binary111000111110011100011001110010100001011101101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,249,49); }

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

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

 a { background-color: rgb(56,249,49); }

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

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

 span { border-color: rgb(56,249,49); }

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