#38F537

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

Shades of Lime Green #38F537

Tints of Lime Green #38F537

Color information

#38F537 (or 0x38F537) is unknown color: approx Lime Green. HEX triplet: 38, F5 and 37. RGB value is (56,245,55). Sum of RGB (Red+Green+Blue) = 56+245+55=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 245 (96.09% from 255 or 68.82% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 245 - color contains mainly: green. Hex color #38F537 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F537 is #C70AC8. Grayscale: #A7A7A7. Windows color (decimal): -13044425 or 3667256. OLE color: 3667256.

HSL color Cylindrical-coordinate representation of color #38F537: hue angle of 119.68º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38F537 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB5624555-
CMYK0.7700.780.04
HSL119.68º90.48%58.82%-
HSV(B)119.68º77.55%96.08%-
XYZ34.9766.4214.59-
YUV166.8364.8848.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.73%
GREEN value IS 245 (96.09% from 255) = 68.82%
BLUE value IS 55 (21.88% from 255) = 15.45%
R=15.73%
G=68.82%
B=15.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal56245550.7700.780.04119.6890.4858.82
Hex38F5374D04E4785a3b
Octal70365671150116417013273
Binary1110001111010111011110011010100111010011110001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,245,55); }

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

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

 a { background-color: rgb(56,245,55); }

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

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

 span { border-color: rgb(56,245,55); }

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