#38F152

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

Shades of Lime Green #38F152

Tints of Lime Green #38F152

Color information

#38F152 (or 0x38F152) is unknown color: approx Lime Green. HEX triplet: 38, F1 and 52. RGB value is (56,241,82). Sum of RGB (Red+Green+Blue) = 56+241+82=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 241 (94.53% from 255 or 63.59% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 241 - color contains mainly: green. Hex color #38F152 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F152 is #C70EAD. Grayscale: #A8A8A8. Windows color (decimal): -13045422 or 5435704. OLE color: 5435704.

HSL color Cylindrical-coordinate representation of color #38F152: hue angle of 128.43º 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 #38F152 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB5624182-
CMYK0.7700.660.05
HSL128.43º86.85%58.24%-
HSV(B)128.43º76.76%94.51%-
XYZ34.6164.3618.58-
YUV167.5679.7148.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.78%
GREEN value IS 241 (94.53% from 255) = 63.59%
BLUE value IS 82 (32.42% from 255) = 21.64%
R=14.78%
G=63.59%
B=21.64%

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
Decimal56241820.7700.660.05128.4386.8558.24
Hex38F1524D042580573a
Octal703611221150102520012772
Binary111000111100011010010100110101000010101100000001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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