#38F946

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

Shades of Lime Green #38F946

Tints of Lime Green #38F946

Color information

#38F946 (or 0x38F946) is unknown color: approx Lime Green. HEX triplet: 38, F9 and 46. RGB value is (56,249,70). Sum of RGB (Red+Green+Blue) = 56+249+70=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 249 (97.66% from 255 or 66.4% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 249 - color contains mainly: green. Hex color #38F946 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F946 is #C706B9. Grayscale: #ABABAB. Windows color (decimal): -13043386 or 4651320. OLE color: 4651320.

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

Color convert

RGB5624970-
CMYK0.7800.720.02
HSL124.35º94.15%59.8%-
HSV(B)124.35º77.51%97.65%-
XYZ36.6169.0317.19-
YUV170.8971.0646.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.93%
GREEN value IS 249 (97.66% from 255) = 66.4%
BLUE value IS 70 (27.73% from 255) = 18.67%
R=14.93%
G=66.4%
B=18.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal56249700.7800.720.02124.3594.1559.8
Hex38F9464E04827c5e3c
Octal703711061160110217413674
Binary1110001111100110001101001110010010001011111001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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