#38F944

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

Shades of Lime Green #38F944

Tints of Lime Green #38F944

Color information

#38F944 (or 0x38F944) is unknown color: approx Lime Green. HEX triplet: 38, F9 and 44. RGB value is (56,249,68). Sum of RGB (Red+Green+Blue) = 56+249+68=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 249 (97.66% from 255 or 66.76% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 249 - color contains mainly: green. Hex color #38F944 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F944 is #C706BB. Grayscale: #ABABAB. Windows color (decimal): -13043388 or 4520248. OLE color: 4520248.

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

Color convert

RGB5624968-
CMYK0.7800.730.02
HSL123.73º94.15%59.8%-
HSV(B)123.73º77.51%97.65%-
XYZ36.5569.0116.86-
YUV170.6670.0646.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.01%
GREEN value IS 249 (97.66% from 255) = 66.76%
BLUE value IS 68 (26.95% from 255) = 18.23%
R=15.01%
G=66.76%
B=18.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal56249680.7800.730.02123.7394.1559.8
Hex38F9444E04927c5e3c
Octal703711041160111217413674
Binary1110001111100110001001001110010010011011111001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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