#38F943

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

Shades of Lime Green #38F943

Tints of Lime Green #38F943

Color information

#38F943 (or 0x38F943) is unknown color: approx Lime Green. HEX triplet: 38, F9 and 43. RGB value is (56,249,67). Sum of RGB (Red+Green+Blue) = 56+249+67=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 249 (97.66% from 255 or 66.94% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 249 - color contains mainly: green. Hex color #38F943 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F943 is #C706BC. Grayscale: #ABABAB. Windows color (decimal): -13043389 or 4454712. OLE color: 4454712.

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

Color convert

RGB5624967-
CMYK0.7800.730.02
HSL123.42º94.15%59.8%-
HSV(B)123.42º77.51%97.65%-
XYZ36.526916.7-
YUV170.5469.5646.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.05%
GREEN value IS 249 (97.66% from 255) = 66.94%
BLUE value IS 67 (26.56% from 255) = 18.01%
R=15.05%
G=66.94%
B=18.01%

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
Decimal56249670.7800.730.02123.4294.1559.8
Hex38F9434E04927b5e3c
Octal703711031160111217313674
Binary1110001111100110000111001110010010011011110111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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