#38F949

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

Shades of Lime Green #38F949

Tints of Lime Green #38F949

Color information

#38F949 (or 0x38F949) is unknown color: approx Lime Green. HEX triplet: 38, F9 and 49. RGB value is (56,249,73). Sum of RGB (Red+Green+Blue) = 56+249+73=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 249 (97.66% from 255 or 65.87% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 249 - color contains mainly: green. Hex color #38F949 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F949 is #C706B6. Grayscale: #ABABAB. Windows color (decimal): -13043383 or 4847928. OLE color: 4847928.

HSL color Cylindrical-coordinate representation of color #38F949: hue angle of 125.28º 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 #38F949 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB5624973-
CMYK0.7800.710.02
HSL125.28º94.15%59.8%-
HSV(B)125.28º77.51%97.65%-
XYZ36.7169.0717.7-
YUV171.2372.5645.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.81%
GREEN value IS 249 (97.66% from 255) = 65.87%
BLUE value IS 73 (28.91% from 255) = 19.31%
R=14.81%
G=65.87%
B=19.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal56249730.7800.710.02125.2894.1559.8
Hex38F9494E04727d5e3c
Octal703711111160107217513674
Binary1110001111100110010011001110010001111011111011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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