#38F153

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

Shades of Lime Green #38F153

Tints of Lime Green #38F153

Color information

#38F153 (or 0x38F153) is unknown color: approx Lime Green. HEX triplet: 38, F1 and 53. RGB value is (56,241,83). Sum of RGB (Red+Green+Blue) = 56+241+83=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 241 (94.53% from 255 or 63.42% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 241 - color contains mainly: green. Hex color #38F153 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F153 is #C70EAC. Grayscale: #A8A8A8. Windows color (decimal): -13045421 or 5501240. OLE color: 5501240.

HSL color Cylindrical-coordinate representation of color #38F153: hue angle of 128.76º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F153 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB5624183-
CMYK0.7700.660.05
HSL128.76º86.85%58.24%-
HSV(B)128.76º76.76%94.51%-
XYZ34.6564.3818.78-
YUV167.6780.2148.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.74%
GREEN value IS 241 (94.53% from 255) = 63.42%
BLUE value IS 83 (32.81% from 255) = 21.84%
R=14.74%
G=63.42%
B=21.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal56241830.7700.660.05128.7686.8558.24
Hex38F1534D042581573a
Octal703611231150102520112772
Binary111000111100011010011100110101000010101100000011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,241,83); }

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

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

 a { background-color: rgb(56,241,83); }

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

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

 span { border-color: rgb(56,241,83); }

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