#38F942

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

Shades of Lime Green #38F942

Tints of Lime Green #38F942

Color information

#38F942 (or 0x38F942) is unknown color: approx Lime Green. HEX triplet: 38, F9 and 42. RGB value is (56,249,66). Sum of RGB (Red+Green+Blue) = 56+249+66=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 249 (97.66% from 255 or 67.12% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 249 - color contains mainly: green. Hex color #38F942 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F942 is #C706BD. Grayscale: #AAAAAA. Windows color (decimal): -13043390 or 4389176. OLE color: 4389176.

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

Color convert

RGB5624966-
CMYK0.7800.730.02
HSL123.11º94.15%59.8%-
HSV(B)123.11º77.51%97.65%-
XYZ36.4968.9916.55-
YUV170.4369.0646.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.09%
GREEN value IS 249 (97.66% from 255) = 67.12%
BLUE value IS 66 (26.17% from 255) = 17.79%
R=15.09%
G=67.12%
B=17.79%

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
Decimal56249660.7800.730.02123.1194.1559.8
Hex38F9424E04927b5e3c
Octal703711021160111217313674
Binary1110001111100110000101001110010010011011110111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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